meteor-collection-helpers icon indicating copy to clipboard operation
meteor-collection-helpers copied to clipboard

Collection helpers problem

Open neutron92 opened this issue 8 years ago • 1 comments

i have a problem in a collection page i made some collection helpers (for example : api/y.js ) and i imported an other collection exported by a package named xcollection in this page by

import {x} from "meteor/xcollection"

when i do the console log(x) just below the import (in y page) it displays in the Terminal the true result but if i console log it in one of the the current schema helpers (in y page) it tell me that x is undefined.

please help me

neutron92 avatar Jan 13 '17 10:01 neutron92

@neutron92 would you mind providing a simple reproduction app?

dburles avatar Jan 16 '17 04:01 dburles