-
-
Notifications
You must be signed in to change notification settings - Fork 528
Errors: "Cannot read property 'length' of null #91
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels