We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab62d7 commit c6f3711Copy full SHA for c6f3711
examples/react/bundling-repro/.wrangler/deploy/config.json
@@ -1 +1 @@
1
-{"configPath":"../../dist/server/wrangler.json","auxiliaryWorkers":[]}
+{ "configPath": "../../dist/server/wrangler.json", "auxiliaryWorkers": [] }
packages/devtools-a11y/src/core/core.tsx
@@ -4,6 +4,8 @@ import { constructCoreClass } from '@tanstack/devtools-utils/solid'
4
5
export interface A11yDevtoolsInit {}
6
7
-const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(() => import('./components'))
+const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(
8
+ () => import('./components'),
9
+)
10
11
export { A11yDevtoolsCore, A11yDevtoolsCoreNoOp }
0 commit comments