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
If the error occured on a particular file, please paste the full file here:
gadicc_hot.js
// If find() was called before we load //varqueries=Autoupdate._ClientVersions._collection.queries;// 39for(varkeyinqueries){// 40queries[key].changed=augmentChanged(queries[key].changed);// 41}// 42
Note: the code immediately after this would fail too.
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Account management based on passwords (other services can be added)
meteorhacks:unblock # Allow parallel (per-client) processing of subscriptions
[email protected] # Needed to include html/css after removing blaze
xolvio:backdoor # Run arbitrary code on server in acceptance tests
dburles:factory # Document factory for tests
aldeed:collection2 # Document schema checking
alanning:roles
reywood:publish-composite
gadicc:[email protected]
meteorhacks:aggregate
mizzao:timesync
[email protected][email protected]
Description of Problem
When running inside Cordova, and have used the workaround for #129, get the above error.
ecmascript
and the problem went away.Please copy and paste the full error from the console, if one occcured.
chromium: [INFO:CONSOLE(97)] "Uncaught TypeError: Cannot read property '_collection' of undefined", source: http://localhost:12088/packages/gadicc_hot.js?hash=91071c79fc2168877260451ca293d3e91b2b72a8 (97)
If the error occured on a particular file, please paste the full file here:
gadicc_hot.js
Note: the code immediately after this would fail too.
Environment
Supporting files
.meteor/packages
.meteor/versions
packages.json
.babelrc
(if you modified it)The text was updated successfully, but these errors were encountered: