Joyride dependancy error. TypeError: Invalid parameter: element must be an HTMLElement #708
Replies: 1 comment
-
Sometimes I do get this error if I set the auto start flag run to be true. I get this error sometimes, not all the times. I debugged into the code and it looks like the tooltip component is null, in this case it is the intro step where no target element is specfied. The following code is inside the Index.js and this.tooltip is null.
eventually the error is throw at : if (!(_element instanceof HTMLElement)) { I don't why the intro step tooltip is sometime null. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I first start the tour, I get these error : TypeError: Invalid parameter: element must be an HTMLElement
Scope:
Beta Was this translation helpful? Give feedback.
All reactions