diff options
Diffstat (limited to '')
-rw-r--r-- | test/snapshots/styledcomponents-output.hmr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/styledcomponents-output.hmr.js b/test/snapshots/styledcomponents-output.hmr.js index 1bda602bd..302e803b6 100644 --- a/test/snapshots/styledcomponents-output.hmr.js +++ b/test/snapshots/styledcomponents-output.hmr.js @@ -57,7 +57,7 @@ var hmr = new FastHMR(2532152522, "styledcomponents-output.js", FastRefresh), ex ReactDOM.render(jsx(ErrorScreenRoot, { id: "error-el", children: "The react child should have this text" - }, undefined, false, undefined, this), reactEl); + }), reactEl); const style = document.querySelector("style[data-styled]"); console.assert(style, "style tag should exist"); console.assert(style.textContent.split("").every((a) => a.codePointAt(0) < 128), "style tag should not contain invalid unicode codepoints"); |