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'm trying to recreate the css-layout example but I get
Can't read property 'getPooled()' of null in Surface.componentDidMount.
The difference is that I used browserify and did a few things:
browserify the ReactCanvas.js in react-canvas.js.
made "react" and "react-dom" external dependencies.
At the end I end up with two file react-canvas.js, react.js( "react" and "react-dom" modules) and app.js (the css-layout example).
Another thing is that I don't use JSX but Javascript instead.
Where could be the issue here?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi guys,
I'm trying to recreate the css-layout example but I get
The difference is that I used browserify and did a few things:
At the end I end up with two file react-canvas.js, react.js( "react" and "react-dom" modules) and app.js (the css-layout example).
Another thing is that I don't use JSX but Javascript instead.
Where could be the issue here?
Thank you in advance!
The text was updated successfully, but these errors were encountered: