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
While updating dependencies, I couldn't get the build to work with Vite v6. None of the breaking changes should apply to us, but it seems like the global instance of jskos-tools under this.$jskos is undefined. This only happens in the build, not in the dev server.
One solution would be to import jskos-tools manually in each component instead of defining it globally.
The text was updated successfully, but these errors were encountered:
While updating dependencies, I couldn't get the build to work with Vite v6. None of the breaking changes should apply to us, but it seems like the global instance of jskos-tools under
this.$jskos
is undefined. This only happens in the build, not in the dev server.One solution would be to import jskos-tools manually in each component instead of defining it globally.
The text was updated successfully, but these errors were encountered: