Skip to content

Errors: "Cannot read property 'length' of null #91

@bradennapier

Description

@bradennapier

I am running into an error where it will say 'Cannot read property length of null' when i hover over an area which has a null value (for example when dynamically generating he tooltips).

This appears to happen when you are within the "updateTooltip" function if (this.trim(this.state.placeholder).length > 0) (something similar to that).

Every time I hover any element in my tables now it gives that error unless a tooltip is present... to my knowledge on the components which cause the error there is no tooltip even rendered as a prop so it seems to be a logic error somewhere.

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