T
TanStack4w ago
useful-bronze

`template2 is not a function` in modified examples/solidjs/start-basic-static

GitHub
GitHub - 0x723b/tanstack-start-solid-test: Created with StackBlitz ...
Created with StackBlitz ⚡️. Contribute to 0x723b/tanstack-start-solid-test development by creating an account on GitHub.
No description
4 Replies
useful-bronze
useful-bronzeOP4w ago
Maybe should move to "start-questions"... And this PR may could solve this issue
GitHub
WIP: feat: full document hydration for solid by brenelz · Pull Req...
Basically we want to allow a user to have full access to the html document. Alexis mentioned to me that the html tag can't be hydrated on the client so had to take a bit of a different appr...
deep-jade
deep-jade4w ago
cc @brenelz
deep-jade
deep-jade4w ago
Yeah your __root has to look a bit different with solid. You should be able to look at the examples
useful-bronze
useful-bronzeOP4w ago
Thanks for all reply. My repro is fork from the official example. After a deeper insight, I found a the minimal scope that cause the error.

Did you find this page helpful?