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

Fails on angular 9.1 #27

Description

@roll314

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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