Squiglies in createLazyFileRoute
i get squiglies in the string here. I copied it from the docs.
export const Route = createLazyFileRoute('/about')({
component: About,
});
2 Replies
metropolitan-bronze•2y ago
Could you give us some more info?
A reproduction on Stackblitz would be very helpful.
metropolitan-bronze•2y ago
Here's starter so you can reproduce the error you are seeing.
https://stackblitz.com/github/tanstack/router/tree/main/examples/react/quickstart-file-based
StackBlitz
Router Quickstart File Based Example - StackBlitz
Run official live example code for Router Quickstart File Based, created by Tanstack on StackBlitz