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
The ordering of callbacks is inconsistent in the documentation. It'd be nice if they were consistent. One place notes [name]TargetConnected callbacks get called beforeconnect, and the other says it gets called after.
"Lifecycle" wise and setup, it'd make sense that the target callbacks happen afterconnect() and beforedisconnect(). Note, the disconnect callbacks are consistent on both pages.
The ordering of callbacks is inconsistent in the documentation. It'd be nice if they were consistent. One place notes
[name]TargetConnected
callbacks get called beforeconnect
, and the other says it gets called after."Lifecycle" wise and setup, it'd make sense that the target callbacks happen after
connect()
and beforedisconnect()
. Note, the disconnect callbacks are consistent on both pages.Reference > Lifecycle Callbacks
This page states the following
Reference > Targets
This page states the opposite
The text was updated successfully, but these errors were encountered: