Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on css-layout example #139

Open
dobrusev opened this issue May 14, 2016 · 0 comments
Open

Error on css-layout example #139

dobrusev opened this issue May 14, 2016 · 0 comments

Comments

@dobrusev
Copy link

Hi guys,

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant