T
TanStack4mo ago
national-gold

`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
national-gold
national-goldOP4mo 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...
passive-yellow
passive-yellow4mo ago
cc @brenelz
fair-rose
fair-rose4mo ago
Yeah your __root has to look a bit different with solid. You should be able to look at the examples
national-gold
national-goldOP4mo 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?