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 c2f4d32 commit 72e67ffCopy full SHA for 72e67ff
src/renderers/dom/fiber/ReactDOMFiberComponent.js
@@ -80,7 +80,7 @@ if (__DEV__) {
80
// It also can turn \u0000 into \uFFFD inside attributes.
81
// https://www.w3.org/TR/html5/single-page.html#preprocessing-the-input-stream
82
// If we have a mismatch, it might be caused by that.
83
- // We won't be patching up in this case as that matches our past behavior.
+ // We will still patch up in this case but not fire the warning.
84
var NORMALIZE_NEWLINES_REGEX = /\r\n?/g;
85
var NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\u0000|\uFFFD/g;
86
0 commit comments