How can I configure base html in Tanstack Start (SolidJS) Application ?
I tried to create this root route:
When I launch the dev server, I get
template2 is not a function
on the browser.
How can I simply configure a basic html structure for a Tanstack Start (Solid) Application ?
Thx4 Replies
stormy-gold•5mo ago
cc @Birk Skyum
fair-roseOP•5mo ago
Just for information, is it normal to have header content on the
head
of the document and also before the Outlet
in the body
?
And is the way I'm doing things is the right way or not ? (is an error on my part or is it a bug in Tanstack Start) ?extended-salmon•5mo ago
This is something we haven't figured out in tanstack start for solid yet
fair-roseOP•5mo ago
ok I guess you're answer is for the fact we have double heading content in the html ?
Or does it concern the
template2 is not a function
?
Well I'll stick to SolidStart while waiting to enjoy Tanstack on SolidJS 😄