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
I have a takeout-like monorepo setup where I added apps/one to slowly migrate to one. That means most of my cross platform code lives under packages/app.
I have quite a lot of legacy code with .web.tsx extensions, and it seems like during SSR, one does not take those files, and instead take the fallback .tsx files.
The text was updated successfully, but these errors were encountered:
I have a takeout-like monorepo setup where I added
apps/one
to slowly migrate toone
. That means most of my cross platform code lives underpackages/app
.I have quite a lot of legacy code with
.web.tsx
extensions, and it seems like during SSR,one
does not take those files, and instead take the fallback.tsx
files.The text was updated successfully, but these errors were encountered: