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 onUpdated hook is based on the `collage-context-updated` event, which is dispatched, everytime something on the own context changed. The event emits the updated context.
Docu text is:
The onUpdated hook is based on the collage-context-updated event, which is dispatched, everytime something on the own context changed. The event emits the updated context. You can use the event if necessary, but you should prefere the hook.
but should be
The onConfigUpdated hook is also based on the collage-context-updated event, which is dispatched, everytime something on the own contexts changed. The event emits the updated context. You can use the event if necessary, but you should prefer the hook.
The text was updated successfully, but these errors were encountered:
collage/docs/docs/core-api.md
Line 543 in a217790
Docu text is:
but should be
The text was updated successfully, but these errors were encountered: