diff options
Diffstat (limited to 'integration/snapshots/spread_with_key.hmr.debug.tsx')
-rw-r--r-- | integration/snapshots/spread_with_key.hmr.debug.tsx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/integration/snapshots/spread_with_key.hmr.debug.tsx b/integration/snapshots/spread_with_key.hmr.debug.tsx index f96095524..0123867ee 100644 --- a/integration/snapshots/spread_with_key.hmr.debug.tsx +++ b/integration/snapshots/spread_with_key.hmr.debug.tsx @@ -2,10 +2,12 @@ import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; import { -__require as require +__HMRClient as Bun } from "http://localhost:8080/bun:wrap"; +Bun.activate(true); + import { -__HMRClient as Bun +__require as require } from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR @@ -17,9 +19,8 @@ var JSXClassic = require($bbcd215f); var jsx = require(JSX).jsxDEV, jsxEl = require(JSXClassic).createElement; var { default: React} = require($bbcd215f); -Bun.activate(true); - var hmr = new FastHMR(2717584935, "spread_with_key.tsx", FastRefresh), exports = hmr.exports; + (hmr._load = function() { function SpreadWithTheKey({ className }) { const rest = {}; |