Matthew
Matthew
I had this problem too. Turns out I wasn't passing an `id` through to my query (it was misspelled in my component's props). I would expect to receive an `ignoring...
@hjdivad Great suggestions. I just gave `heimdalis-graph` a spin using `heimdallGraph.loadFromFile('graph.0.json');`. But it looks like it's not yet working for broccoli-viz json files. I saw a [todo for it though](https://github.com/heimdalljs/heimdalljs-graph/blob/master/src/index.js#L3)....
`ember-cli` is on `2.4.3`, and ember is `2.4.5`. Since this is a massive project, upgrading is a big effort. Are there specific packages I can upgrade in isolation to get...
Ah perfect. All I needed to do was replace `"subtrees"` with `"children"` and `heimdallGraph.loadFromFile` worked fine. Thanks for the help!