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
Seems to be caused by Storage.getItem() giving back unexpected value (numbers) instead of the content of server asset files which we evaluate and pass to an evalStore, which is expected to be a constructor.
To recreate, use nitropack@latest in all packages & sites
This is temporarily fixed with #36 -- If encountered in your project, please update packages to their latest version:
@mcflyjs/core
@mcflyjs/config
The text was updated successfully, but these errors were encountered:
ayoayco
changed the title
bug: evalStore not a constructor error on production build
bug(core): evalStore not a constructor error on production build
Mar 10, 2024
Seems to be caused by
Storage.getItem()
giving back unexpected value (numbers) instead of the content of server asset files which we evaluate and pass to anevalStore
, which is expected to be a constructor.To recreate, use nitropack@latest in all packages & sites
This is temporarily fixed with #36 -- If encountered in your project, please update packages to their latest version:
The text was updated successfully, but these errors were encountered: