diff options
author | 2021-10-06 19:26:43 -0700 | |
---|---|---|
committer | 2021-10-06 19:26:43 -0700 | |
commit | 1d0f44271805e784ca995437b98755444045e01a (patch) | |
tree | aa6107880337701ccd53678f0b18ff0427f5dab9 /integration/snapshots/styledcomponents-output.hmr.debug.js | |
parent | 1e8babe1852361a2ace6c01dc699c08115462eba (diff) | |
download | bun-1d0f44271805e784ca995437b98755444045e01a.tar.gz bun-1d0f44271805e784ca995437b98755444045e01a.tar.zst bun-1d0f44271805e784ca995437b98755444045e01a.zip |
:camera:jarred/read-tsconfig-jsx
Diffstat (limited to 'integration/snapshots/styledcomponents-output.hmr.debug.js')
-rw-r--r-- | integration/snapshots/styledcomponents-output.hmr.debug.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/styledcomponents-output.hmr.debug.js b/integration/snapshots/styledcomponents-output.hmr.debug.js index 25b291547..c10d1c492 100644 --- a/integration/snapshots/styledcomponents-output.hmr.debug.js +++ b/integration/snapshots/styledcomponents-output.hmr.debug.js @@ -53,8 +53,8 @@ var hmr = new HMR(1290604342, "styledcomponents-output.js"), exports = hmr.expor document.body.appendChild(reactEl); ReactDOM.render(jsx(ErrorScreenRoot, { id: "error-el", - children: ["The react child should have this text"] - }, undefined, true, undefined, this), reactEl); + children: "The react child should have this text" + }, undefined, false, undefined, this), 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"); |