msavin / Mongol-meteor-explore-minimongo-devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)
http://play.with.meteor.toys
824 stars 40 forks source link

dynamic imported collections don't show up #158

Closed devagrawal09 closed 6 years ago

devagrawal09 commented 6 years ago

If I import a module using the import() that imports a collection from the api folder that wasn't imported before on the client before, it doesn't show up in Mongol. Is there a fix for that?

msavin commented 6 years ago

@devagrawal09 try moving Mongol up on the package list. Just need to make sure that its code executes before the modules. If it doesn't work, please let me know.