You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Uncaught TypeError: Cannot read property 'scrollTop' of null in the EuiGlobalToastList component causes a "⚠️ Something went wrong error" in the Kibana SecOps app.
The TypeError can be reproduced in the Toast demo page via the following steps, as shown in the animated gif below:
Verified on the docs side. Guessing that because the page size changes when the tab is switched, the calculation gets a bit screwy. @thompsongl if you have time this week, do you mind checking on this for Andrew? A related problem is blocking them on some sec ops work.
An⚠️ Something went wrong error" in the Kibana
Uncaught TypeError: Cannot read property 'scrollTop' of null
in theEuiGlobalToastList
component causes a "SecOps
app.The
TypeError
can be reproduced in the Toast demo page via the following steps, as shown in the animated gif below:Console
tabAdd toast to global toast list
button 4-5 timesProps
tabAn
Uncaught TypeError: Cannot read property 'scrollTop' of null
is displayed, per the animated gif above.Clicking on the line number in the
Console
indicates the following code inglobal_toast_list.js
is the source of the issue:The text was updated successfully, but these errors were encountered: