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
This issue was resolved with PR #2873 and released as part of Preact version 10.5.8. The current version is 10.5.12. To resolve this issue, please update to the current version of Preact.
I'm using
vitejs
with custom server in quite large monorepo with typescript, but for single application and keep getting this error:every time I switch my branches.
Aliasing is done in similar fashion as in rollup
And it used to work, but now, I need to tinker around with modules in some quite unpredictable fashion to get it to work 😢
It does work with react.
Reproduction
Steps to reproduce
Didn't manage to reproduce in small scale. Will try to look more into this.
Expected Behavior
SSR should load aliased preact.
Actual Behavior
Breaks
The text was updated successfully, but these errors were encountered: