Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all JsComponent interactions asynchronously #1684

Merged
merged 1 commit into from Aug 3, 2023
Merged

Conversation

exyi
Copy link
Member

@exyi exyi commented Aug 1, 2023

Initialization, update and dispose of JsComponent
is now executed in the next event loop cycle - i.e. after all other knockout components have been initialized. The main reason for this is to NOT handle
exceptions from the JS component and avoid
crashing the entire page when one component fails to load.

Initialization, update and dispose of JsComponent
is now executed in the next event loop cycle - i.e.
after all other knockout components have been initialized.
The main reason for this is to NOT handle
exceptions from the JS component and avoid
crashing the entire page when one component fails to load.
@exyi exyi merged commit 1f07644 into main Aug 3, 2023
14 of 15 checks passed
@exyi exyi deleted the jscomponent-defer branch August 3, 2023 19:22
@exyi exyi added this to the Version 4.2 milestone Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants