repse-text-editor
v4.2.0
Published
If you have yarn link'ed this package to the frontend while developing, you will also need link react-dom and react from the Esper/frontend.
Downloads
88
Readme
Running with frontend local development server
If you have yarn link'ed this package to the frontend while developing, you will also need link react-dom and react from the Esper/frontend.
In /Esper/frontend/node_modules
:
cd react
yarn link
cd react-dom
yarn link
In /esper-text-editor/
:
yarn link react
yarn link react-dom