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
I using babel and React 0.13.1 to build my webapp.
But when I try to add react-google-maps, it break.
I switch back to React 0.12.2 it works, I use console.log to track reason, it seems the react-google-maps generate some different code with React 0.13.
Note: material-ui seems to use react >= 0.12 not react ^0.12 to let it work with 0.13.
The text was updated successfully, but these errors were encountered:
I using babel and React 0.13.1 to build my webapp.
But when I try to add react-google-maps, it break.
I switch back to React 0.12.2 it works, I use
console.log
to track reason, it seems the react-google-maps generate some different code with React 0.13.Note: material-ui seems to use
react >= 0.12
notreact ^0.12
to let it work with 0.13.The text was updated successfully, but these errors were encountered: