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
First, thanks for all your effort working on this awesome project 🙇
Issue: when trying to add import ReactDOMServer from 'react-dom/server'; I get an error message:
ERROR Failed to compile with 1 errors
This dependency was not found in node_modules:
* /../node_modules/react-dom/index.js/server
Did you forget to run npm install --save for it?
> Ready on http://localhost:3000
The text was updated successfully, but these errors were encountered:
First, thanks for all your effort working on this awesome project 🙇
Issue: when trying to add
import ReactDOMServer from 'react-dom/server';
I get an error message:The text was updated successfully, but these errors were encountered: