You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what do you want to do with the FileRoutes? You can get access to the raw routes defintions by importing from vinxi/routes (not documented but give it a try)
Duplicates
Latest version
Current behavior 😯
Global style injected in root at
app.tsx
gets removed when accessingroutes/subroute
.This happens both with
ssr: false
asssr: true
Screen.Recording.2023-12-27.at.19.54.54.mov
Expected behavior 🤔
Global style to be preserved.
Steps to reproduce 🕹
Steps:
body {background: red}
src/app.tsx
<FileRouter/>
routes/index.tsx
,routes/0.tsx
,routes/1.tsx
<a href="./0"/>
or<A href="./0"/>
for route 0 and 1Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: