Palm
vite-plugin-solid errors when doing `prop:x` instead of `prop:x={bool}`
Hello! I am attempting to use
@material/web
with SolidJS. Everything works pretty good so far but there's one issue that bugs me.
Editor/IDE doesn't complain, but the vite-plugin-solid
does:
Having this issue in a SolidStart project, here are the dependencies:
Is this intended? Doesn't look like intended to me.10 replies
How do you do route transitions with SolidStart's <FileRoutes />?
I can't seem to do it using
<FileRoutes />
but manually importing page components and declaring <Route>
s work perfectly fine. Lazy importing works as well, even though not provided in the example.
https://stackblitz.com/edit/github-1ydjnq?file=src%2Fapp.tsx1 replies