diff options
author | 2022-12-12 00:40:00 -0800 | |
---|---|---|
committer | 2022-12-12 00:40:00 -0800 | |
commit | 14efd03b48019255f636772eea0ff161e3807815 (patch) | |
tree | 409859ae8e944a1d6f673f072e7df6534ad117fb /test/snapshots/spread_with_key.hmr.debug.tsx | |
parent | d5b11be769d25d8b096f4dd9c853555a52693f93 (diff) | |
download | bun-14efd03b48019255f636772eea0ff161e3807815.tar.gz bun-14efd03b48019255f636772eea0ff161e3807815.tar.zst bun-14efd03b48019255f636772eea0ff161e3807815.zip |
:camera:
Diffstat (limited to 'test/snapshots/spread_with_key.hmr.debug.tsx')
-rw-r--r-- | test/snapshots/spread_with_key.hmr.debug.tsx | 3 |
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"); |