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
Lifecycle callbacks
In addition to parameter callbacks there are a few reserved keys in the _scripts which are fired during rendering of the component:
'render': This callback is invoked during initial rendering of the component.
'after_layout': This callback is invoked after the component has been fully rendered and the layout is fully computed.
'remove' script should be exposed to delete eventListener recorded during previous steps
The text was updated successfully, but these errors were encountered:
from the doc:
'remove' script should be exposed to delete eventListener recorded during previous steps
The text was updated successfully, but these errors were encountered: