Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not import Meteor package into the client: export 'ObserveMultiplexer' is undefined #272

Open
brianlukoff opened this issue Dec 15, 2024 · 3 comments

Comments

@brianlukoff
Copy link

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
@JorgenVatle
Copy link
Owner

JorgenVatle commented Dec 15, 2024

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.

@brianlukoff
Copy link
Author

Thanks! I'm getting another error in the UI when I try to run the sample app -- I assumed it was related to the above but maybe it is something else?

CleanShot 2024-12-15 at 17 24 17@2x

@JorgenVatle
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants