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
Sometimes, the widget has not finished loading when the user attempts to call one of the listeners functions (add_table, target...)
This can be trigered in two ways:
users call the listeners in the same cells than the widget
use of automatic executions of cells (like in testing or regeneration tools)
Possible ideas for fixes
Implement an await on python side or async on javascript side?
Rework the way we handle listenners
The text was updated successfully, but these errors were encountered:
What happens
Sometimes, the widget has not finished loading when the user attempts to call one of the listeners functions (add_table, target...)
This can be trigered in two ways:
Possible ideas for fixes
The text was updated successfully, but these errors were encountered: