diff options
author | 2021-10-06 20:02:40 -0700 | |
---|---|---|
committer | 2021-10-06 20:02:40 -0700 | |
commit | 0d79435ce26f5d97886f58f4f8d191cdc73fb7e6 (patch) | |
tree | 733b935ca9c6c8fbfb88d1ff60bd940c5e0268da /integration/snapshots/spread_with_key.hmr.tsx | |
parent | 4ee2fdf1c612f39426b14a2c37c1e46735d9f58e (diff) | |
download | bun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.tar.gz bun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.tar.zst bun-0d79435ce26f5d97886f58f4f8d191cdc73fb7e6.zip |
Snapshots
Diffstat (limited to 'integration/snapshots/spread_with_key.hmr.tsx')
-rw-r--r-- | integration/snapshots/spread_with_key.hmr.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/spread_with_key.hmr.tsx b/integration/snapshots/spread_with_key.hmr.tsx index 9176e2ef7..4b5d9ccf6 100644 --- a/integration/snapshots/spread_with_key.hmr.tsx +++ b/integration/snapshots/spread_with_key.hmr.tsx @@ -31,7 +31,7 @@ var hmr = new HMR(2717584935, "spread_with_key.tsx"), exports = hmr.exports; function test() { console.assert(React.isValidElement(jsx(SpreadWithTheKey, { className: "foo" - }, undefined, true, undefined, this))); + }, undefined, false, undefined, this))); return testDone(import.meta.url); } hmr.exportAll({ |