reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: ReactDebugTool: debugID may not be empty.

sherdeadlock opened this issue · comments

commented

I get this warning when I upgrade my project to react 15.1

screen shot 2016-06-26 at 11 56 03 pm

commented

Sorry, it doesn't happened in release build.

Could you please reopen this? This isn't a problem when building for production but definitely an incompatibility with the current React version.

Is this still a problem in 15.2.0?

@zpao Looks like it works fine with react 15.2.0. We now have warnings for tabindex and accesskey properties for canvas, but that's a separate issue and easy to fix. Thanks for the hint.

Thanks for confirming!