https://github.com/statico/node-react-dom-test
https://github.com/statico/node-react-dom-test
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/statico/node-react-dom-test
- Owner: statico
- Created: 2018-03-19T00:54:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T18:39:44.000Z (about 5 years ago)
- Last Synced: 2025-02-21T20:15:09.507Z (over 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstration of issue https://github.com/zeit/next.js/issues/2324
`pages/index.js`:
```javascript
import ReactQuill from 'react-quill'
export default () =>
hello
```
Error:
```
ERROR Failed to compile with 1 errors
This dependency was not found:
* react-dom/server in ./node_modules/react-quill/lib/toolbar.js
To install it, you can run: npm install --save react-dom/server
```