Skip to content

Tracker is not defined #61

@PEM--

Description

@PEM--

When executing a React based app, meteor-devtools spits a ReferenceError: Tracker is not defined that applies on the 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.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions