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 34b7229 commit b8413faCopy full SHA for b8413fa
examples/sandbox/src/App.tsx
@@ -4,8 +4,8 @@ import * as sweb from 'solid-js/web'
4
import Recursive from './Recursive.tsx'
5
import {ThemeExample} from './Theme.tsx'
6
7
-// import Todos from './Todos.tsx'
8
-const Todos = s.lazy(() => import('./Todos.tsx'))
+import Todos from './Todos.tsx'
+// const Todos = s.lazy(() => import('./Todos.tsx'))
9
10
const doMediumCalc = () => {
11
Array.from({length: 1000000}, (_, i) => i).sort(() => Math.random() - 5)
0 commit comments