Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

parent is null in JQLite code #15331

@adamreisnz

Description

@adamreisnz

Sentry is reporting an error in our app in Angular's source code for JQLite:

image

The line in question is https://github.com/angular/angular.js/blob/master/src/jqLite.js#L986

It appears under some circumstances parent can be null, in which case this error pops up. It's probably a good idea to guard against unexpected values of parent so this error doesn't occur.

This was seen happening on Angular 1.5.8, on Firefox v26 on Windows XP.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions