mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Now that we have react-dom as a peerDependency this import issue was fixed (#1183)
This commit is contained in:
parent
db758e00ae
commit
e33a7dbc25
|
@ -1,5 +1,5 @@
|
|||
import Document, { Head } from 'next/document'
|
||||
import { DOMProperty } from 'react-dom/../lib/ReactInjection'
|
||||
import { DOMProperty } from 'react-dom/lib/ReactInjection'
|
||||
|
||||
// By default React limit the set of valid DOM elements and attributes
|
||||
// (https://github.com/facebook/react/issues140) this config whitelist
|
||||
|
|
Loading…
Reference in a new issue