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
Using React 0.13, I get several warnings about owner-based and parent-based contexts differ.
I haven't been using the Context-feature of React myself, but it seems that components using owner-based context (which react-google-maps apparently is), won't be compatible with the next release of React, which is why React 0.13 is issuing warnings. There's more info here: http://facebook.github.io/react/blog/#owner
The text was updated successfully, but these errors were encountered:
Hmm, currently I cannot even get react-google-maps to work with React 0.13. I get the error Uncaught TypeError: Can't add property context, object is not extensible
Using React 0.13, I get several warnings about
owner-based and parent-based contexts differ
.I haven't been using the Context-feature of React myself, but it seems that components using owner-based context (which react-google-maps apparently is), won't be compatible with the next release of React, which is why React 0.13 is issuing warnings. There's more info here: http://facebook.github.io/react/blog/#owner
The text was updated successfully, but these errors were encountered: