You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing r3f v9 beta 1 with react 19 (which is included in the latest next.js 15 stable that got released a day ago), I then added leva to the mix, I however encountered the following error:
TypeError: react_dom__WEBPACK_IMPORTED_MODULE_0__.render is not a function
The error is in the vector-plugin file (in the render function): ReactDOM.render(element, container);
I have created a reproduction repository if you want to have a look at the error for yourself
I assume this error is related to changes in react 19
The text was updated successfully, but these errors were encountered:
The example currently in the main branch is an attempt to reduce the amount of code to minimum, but I did more test that are not in the final commit, however none of them had any impact, I used a lot of the examples found here: https://sbcode.net/react-three-fiber/leva/
I was testing r3f v9 beta 1 with react 19 (which is included in the latest next.js 15 stable that got released a day ago), I then added leva to the mix, I however encountered the following error:
The error is in the vector-plugin file (in the render function):
ReactDOM.render(element, container);
I have created a reproduction repository if you want to have a look at the error for yourself
I assume this error is related to changes in react 19
The text was updated successfully, but these errors were encountered: