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
we are currently exploring the possibility of using astro as an ssr/template render framework
overall everything works great, but we're running into a few issues that seem to be on the Vite side
imports like @semcore/ui/* do not work, we get the error Unexpected token 'export'
when using imports like @semcore/*, everything works fine in development mode, but during the production build we > get an error like Element type is invalid: expected a string, which can be solved with such hack:
User report is here:
It seems that issue is caused by weird Astro resolver but anyway we must support it.
The text was updated successfully, but these errors were encountered: