leva icon indicating copy to clipboard operation
leva copied to clipboard

react 19 + leva = error ReactDOM render is not a function

Open chrisweb opened this issue 1 year ago • 0 comments

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

chrisweb avatar Oct 22 '24 14:10 chrisweb