d4rkr00t / prosemirror-dev-tools

Developer Tools for ProseMirror
317 stars 37 forks source link

fix: unbreak package for all end users #80

Closed lostfictions closed 6 years ago

lostfictions commented 6 years ago

Quick fix to #78 (as discussed in this comment). This PR should unbreak the package for all users; package consumers are also no longer required to install react and react-dom themselves.

Tested in a project that uses React 16, and everything seems to work fine. (Though there are some warnings about proptypes.)

d4rkr00t commented 6 years ago

Fixing it here – https://github.com/d4rkr00t/prosemirror-dev-tools/pull/82