1
0
Fork 0
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:
Dan Zajdband 2017-02-16 19:44:43 -03:00 committed by Guillermo Rauch
parent db758e00ae
commit e33a7dbc25

View file

@ -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