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 12f0e8c commit a3e5188Copy full SHA for a3e5188
packages/solid-start/src/default-entry/client.tsx
@@ -1,6 +1,5 @@
1
import { hydrate } from 'solid-js/web'
2
-import { hydrateStart } from '@tanstack/start-client-core/client'
3
-import { StartClient } from '@tanstack/solid-start/client'
+import { StartClient, hydrateStart } from '@tanstack/solid-start/client'
4
5
hydrateStart().then((router) => {
6
hydrate(() => <StartClient router={router} />, document)
0 commit comments