Skip to content

Commit 41b3c5d

Browse files
committed
fix: update to new utils
1 parent f560f47 commit 41b3c5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/** @jsxImportSource solid-js */
22

3-
import { lazy } from 'solid-js'
43
import { constructCoreClass } from '@tanstack/devtools-utils/solid'
54

6-
const Component = lazy(() => import('./components'))
7-
85
export interface A11yDevtoolsInit {}
96

10-
const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(Component)
7+
const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(() => import('./components'))
118

129
export { A11yDevtoolsCore, A11yDevtoolsCoreNoOp }

0 commit comments

Comments
 (0)