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
When executing a React based app, meteor-devtools spits a ReferenceError: Tracker is not defined that applies on the VM.
meteor-devtools
ReferenceError: Tracker is not defined
VM
Step to reproduce:
git clone https://github.com/ssr-server/ssr cd ssr meteor npm install cd demo meteor npm install meteor --setting ./setting.json
Open Chrome dev tools and select meteor-devtools. Launch the app using the default address http://localhost:3000.
http://localhost:3000
Note that our demo makes no use of Tracker. It seems that meteor-devtools relies on the app's Tracker instead of using it's own.
The text was updated successfully, but these errors were encountered:
Hello, is there any update? I have this issue and minimongo tab doesn't work.
Sorry, something went wrong.
Same issue here. The minimongo tab doesn't work too.
No branches or pull requests
When executing a React based app,
meteor-devtools
spits aReferenceError: Tracker is not defined
that applies on theVM
.Step to reproduce:
Open Chrome dev tools and select
meteor-devtools
. Launch the app using the default addresshttp://localhost:3000
.Note that our demo makes no use of Tracker. It seems that
meteor-devtools
relies on the app's Tracker instead of using it's own.The text was updated successfully, but these errors were encountered: