diff options
Diffstat (limited to 'integration/snapshots/spread_with_key.hmr.tsx')
-rw-r--r-- | integration/snapshots/spread_with_key.hmr.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/integration/snapshots/spread_with_key.hmr.tsx b/integration/snapshots/spread_with_key.hmr.tsx index cd8fbd0e7..dcd47a173 100644 --- a/integration/snapshots/spread_with_key.hmr.tsx +++ b/integration/snapshots/spread_with_key.hmr.tsx @@ -21,9 +21,7 @@ Bun.activate(false); var hmr = new FastHMR(2717584935, "spread_with_key.tsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { - function SpreadWithTheKey({ - className - }) { + function SpreadWithTheKey({ className }) { const rest = {}; return jsxEl("div", { className, |