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 tried using your plugin but I ran into an issue where, because you have React and ReactDOM set to ^0.14.7 in dependencies inpackage.json`, it installs the latest version of React and ReactDOM (0.14.8 at the time of writing) and I'm still running 0.14.7. This ends up causing two different versions of React to be loaded which causes errors on the page.
I looked at other React plugins and they have their React dependencies in devDependencies or peerDependencies: