Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Fails on angular 9.1 #27

Open
roll314 opened this issue Oct 28, 2020 · 0 comments
Open

Fails on angular 9.1 #27

roll314 opened this issue Oct 28, 2020 · 0 comments

Comments

@roll314
Copy link

roll314 commented Oct 28, 2020

Hi! First of all - thank you for the greateest tool. Now days im using angular 9.1 and thinking to move to 10.x. The tool works perfetcly with 8.x version but on 9.1 i got

zone-evergreen.js:171 Uncaught TypeError: Cannot read property 'length' of undefined
    at Object.n.monkeyPatchRootNode (devtool.ts:134)
    at index.ts:16
    at ZoneDelegate.invokeTask (zone-evergreen.js:399)
    at Zone.runTask (zone-evergreen.js:167)
    at invokeTask (zone-evergreen.js:480)
    at ZoneTask.invoke (zone-evergreen.js:469)
    at timer (zone-evergreen.js:2552)

head of stack leads to line:

for (let i = 0; i < rootContext.components.length; i++) {

and rootContext does not contain components property just get funciton.

Possibly i do smth wrong?
If no - are there any plans to update the tool to support next versions?

thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant