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
A tiny store file is bundling 800kb of code due to a needed dependency. Due to the nature of stores, cannot dynamically load the dependency without a top-level await.
Will explore exotic solutions, otherwise, a refactor or clever work-around is necessary.
The text was updated successfully, but these errors were encountered:
A tiny store file is bundling 800kb of code due to a needed dependency. Due to the nature of stores, cannot dynamically load the dependency without a top-level await.
Will explore exotic solutions, otherwise, a refactor or clever work-around is necessary.
The text was updated successfully, but these errors were encountered: