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
When trying out your examples, I get warnings like
Warning: Required context `kineticContainer` was not specified in `Star`. Check the render method of `App`.
and an error
Uncaught TypeError: Cannot read property 'add' of undefined
It seems like kineticContainer is somehow undefined. It probably has to do with some changes in the use of react contexts.
I'm a noob when it comes to react, this is actually my first time using it (for drawing a canvas), so I am not able to fix this myself. It would be awesome if a fix could be found! :)
The text was updated successfully, but these errors were encountered:
It's a known problem, I was trying to fix it for a while, no luck this far. I'll get back to it eventually. There is some problem with transferring context in newer version of React, probably related to new way components are initialized.
Hello,
awesome component, but I can't use it :(.
When trying out your examples, I get warnings like
and an error
It seems like kineticContainer is somehow undefined. It probably has to do with some changes in the use of react contexts.
I'm a noob when it comes to react, this is actually my first time using it (for drawing a canvas), so I am not able to fix this myself. It would be awesome if a fix could be found! :)
The text was updated successfully, but these errors were encountered: