We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fabf0 commit b682267Copy full SHA for b682267
examples/with-amp/pages/_document.js
@@ -2,7 +2,7 @@ import Document, { Head } from 'next/document'
2
import { DOMProperty } from 'react-dom/lib/ReactInjection'
3
4
// By default React limit the set of valid DOM elements and attributes
5
-// (https://github.com/facebook/react/issues140) this config whitelist
+// (https://github.com/facebook/react/issues/140) this config whitelist
6
// Amp elements/attributes
7
DOMProperty.injectDOMPropertyConfig({
8
Properties: { amp: DOMProperty.MUST_USE_ATTRIBUTE },
0 commit comments