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 am not sure when this happened, but if you look at the Network tab in the Developer Tool of your browser, you can see that the whole icon library is getting loaded on the client side.
This has made the application load time extremely slow.
The text was updated successfully, but these errors were encountered:
As I looked more into this issue, it seems that this is a svelte/vite issue, not your issue. They made a change in vite configuration which caused this. They do have an experimental solution for this. Just in case anyone else having this issue, they can read more here, see the release notes here and see the solution here under prebundleSvelteLibraries.
I am not sure when this happened, but if you look at the Network tab in the Developer Tool of your browser, you can see that the whole icon library is getting loaded on the client side.
This has made the application load time extremely slow.
The text was updated successfully, but these errors were encountered: