We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I just tried to use meteor hacks:zones with a nwjs application. This is the order of the scripts:
<script type="text/javascript" src="/packages/meteorhacks_zones/assets/utils.js?1439467566845"></script> <script type="text/javascript" src="/packages/meteorhacks_zones/assets/before.js?1439467566845"></script> <script type="text/javascript" src="/packages/meteorhacks_zones/assets/zone.js?1439467566845"></script> <script type="text/javascript" src="/packages/meteorhacks_zones/assets/tracer.js?1439467566845"></script> <script type="text/javascript" src="/packages/meteorhacks_zones/assets/after.js?1439467566845"></script> <script type="text/javascript" src="/packages/meteorhacks_zones/assets/reporters.js?1439467566845"></script>
This is the console error I get:
Zone already exported on window the object! - tracer.js?1439467566845:21 Uncaught TypeError: Cannot read property 'prototype' of undefined - after.js?1439467566845:16 Uncaught TypeError: Cannot read property 'init' of undefined - reporters.js?1439467566845:4 Uncaught TypeError: Cannot set property 'Reporters' of undefined
Any idea on how to fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I just tried to use meteor hacks:zones with a nwjs application.
This is the order of the scripts:
This is the console error I get:
Any idea on how to fix this?
The text was updated successfully, but these errors were encountered: