Describe the Bug:
Clicking the online status dot twice in Users dashboard, a column with icon type, triggers a browser console error.
The error shown is:
Uncaught TypeError: can't access property "closest", this._element is null
The stack trace points to:
dispose tooltip.js:174
mounted tooltip.js:10
Reproducibilty:
Steps to Reproduce the Behavior:
- Go to the table that contains the icon/type column.
- Double click the online status dot.
- Check the browser console.
Expected Behavior:
Clicking the online status dot multiple times should not trigger any console errors.
Actual Behavior:
Clicking the online status dot twice triggers the following console error:
Uncaught TypeError: can't access property "closest", this._element is null
Screenshots:
Additional Information:
The issue appears to be related to tooltip component .
Describe the Bug:
Clicking the online status dot twice in Users dashboard, a column with icon type, triggers a browser console error.
The error shown is:
Uncaught TypeError: can't access property "closest", this._element is nullThe stack trace points to:
dispose tooltip.js:174mounted tooltip.js:10Reproducibilty:
Steps to Reproduce the Behavior:
Expected Behavior:
Clicking the online status dot multiple times should not trigger any console errors.
Actual Behavior:
Clicking the online status dot twice triggers the following console error:
Uncaught TypeError: can't access property "closest", this._element is nullScreenshots:
Additional Information:
The issue appears to be related to tooltip component .