aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/spread_with_key.hmr.debug.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/snapshots/spread_with_key.hmr.debug.tsx')
-rw-r--r--test/snapshots/spread_with_key.hmr.debug.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/snapshots/spread_with_key.hmr.debug.tsx b/test/snapshots/spread_with_key.hmr.debug.tsx
index 854343fed..52a655bc9 100644
--- a/test/snapshots/spread_with_key.hmr.debug.tsx
+++ b/test/snapshots/spread_with_key.hmr.debug.tsx
@@ -20,10 +20,9 @@ var { default: React} = require($a66742df);
var hmr = new FastHMR(1094129250, "spread_with_key.tsx", FastRefresh), exports = hmr.exports;
(hmr._load = function() {
function SpreadWithTheKey({ className }) {
- const rest = {};
return jsxEl("div", {
className,
- ...rest,
+ ...{},
onClick: () => console.log("click"),
key: "spread-with-the-key"
}, "Rendered component containing warning");