Skip to content

Commit a3e5188

Browse files
authored
fix: solid start error outside monorepo (#5566)
1 parent 12f0e8c commit a3e5188

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/solid-start/src/default-entry/client.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { hydrate } from 'solid-js/web'
2-
import { hydrateStart } from '@tanstack/start-client-core/client'
3-
import { StartClient } from '@tanstack/solid-start/client'
2+
import { StartClient, hydrateStart } from '@tanstack/solid-start/client'
43

54
hydrateStart().then((router) => {
65
hydrate(() => <StartClient router={router} />, document)

0 commit comments

Comments
 (0)