From ab49f95ef25a49f5d8a53bc8242ee490b15a5b74 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 10 Dec 2022 00:18:59 -0800 Subject: :camera: --- test/snapshots/styledcomponents-output.hmr.debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/snapshots/styledcomponents-output.hmr.debug.js') diff --git a/test/snapshots/styledcomponents-output.hmr.debug.js b/test/snapshots/styledcomponents-output.hmr.debug.js index 8f7fec3b5..f83327cb2 100644 --- a/test/snapshots/styledcomponents-output.hmr.debug.js +++ b/test/snapshots/styledcomponents-output.hmr.debug.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"); -- cgit v1.2.3