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
With 2.1.0 this module was kind of working, but broke when unmounting (sveltejs/svelte#3165). But that seems to be an issue on my (Meteor's) end, because of meteor/meteor#11030 (I end up with two Svelte instances)
Now with 2.2.1 this module doesn't work at all and I don't know who's at fault? The steps I've provided here meteor/meteor#11030 (comment) reproduce it.
modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:234 Uncaught Error: Cannot find module 'simple-svelte-autocomplete'
at makeMissingError (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:234)
at Module.resolve (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:249)
at Module.moduleLink [as link] (modules.js?hash=858a75f4e9c6105c842d8a28c7704e50a23eb465:303)
at app.js?hash=5636eb314611ebaa5256c10409853910a67afb9b:114
at module (app.js?hash=5636eb314611ebaa5256c10409853910a67afb9b:494)
at fileEvaluate (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:388)
at Module.require (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:270)
at Module.moduleLink [as link] (modules.js?hash=858a75f4e9c6105c842d8a28c7704e50a23eb465:310)
at module (main.js:1)
at fileEvaluate (modules-runtime-hot.js?hash=d12281259a6cee99786429a66f76b05f13449c7f:388)
The text was updated successfully, but these errors were encountered:
Bundling is hard 😭
2.2.1 broke Meteor compatibility, probably something here 38f3489#diff-6814bf77564b4f1c92f5861e184e28fe217c080a047fefa8b73a728f755ec45c
With 2.1.0 this module was kind of working, but broke when unmounting (sveltejs/svelte#3165). But that seems to be an issue on my (Meteor's) end, because of meteor/meteor#11030 (I end up with two Svelte instances)
Now with 2.2.1 this module doesn't work at all and I don't know who's at fault? The steps I've provided here meteor/meteor#11030 (comment) reproduce it.
The text was updated successfully, but these errors were encountered: