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 idea is to encapsulated the waiting for channels to initialize (because of async requires of models and collections) inside the widget. It currently is in the widget starter.
This will also allow us to subscribe to newly created channels all inside a widget's initialize method. This is not currently possible.
This is a ballpark schema of the widget_starter > widget -> datasource flow
The text was updated successfully, but these errors were encountered:
The idea is to encapsulated the waiting for channels to initialize (because of async requires of models and collections) inside the widget. It currently is in the widget starter.
This will also allow us to subscribe to newly created channels all inside a widget's initialize method. This is not currently possible.
This is a ballpark schema of the widget_starter > widget -> datasource flow
The text was updated successfully, but these errors were encountered: