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
In trying to run the vue example app under Meteor 3.1, I'm getting this error on startup:
[meteor-vite] ⚠️ UndefinedExportException: Could not import Meteor package into the client: export 'ObserveMultiplexer' is undefined
⚡ Affected package: meteor/mongo
⚡ Export name: { ObserveMultiplexer }
⚡ Vite Request ID: meteor/mongo
The text was updated successfully, but these errors were encountered:
Shouldn't cause any issues apart from the warning message. Got it in my own apps, But definitely worth having an open issue for as I haven't had the chance to look more into just it yet.
If you are seeing issues do let me know and I'll get a fix out for you as soon as I can. Details and potentially a repository to reproduce the issue would be handy as well if possible.
Oh, I should probably remove that. It's intentionally causing an error there to verify that validation is working correctly. You can just remove any imports from meteor/test:stub-validation.
In trying to run the
vue
example app under Meteor 3.1, I'm getting this error on startup:The text was updated successfully, but these errors were encountered: