Open danielrenninghoff opened 9 years ago
Thanks for the report!
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.
Awesome, absolutely! Unfortunately I can't use it either because it requires react 0.11.
Is there any progress on this one?
It will have to wait until version 0.14, when React will split to base react and renderer packanges, then react-kinetic can be one of such renderers.
Any update on this? React 0.14 RC is out.
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! :)