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
fix: isolate chained callbacks and fix TSDoc links
- chainCallback() now invokes each callback in its own try/catch
so a throwing first callback cannot suppress the second
- Replace {@link enableHydration} with plain text in declarative
TSDoc to avoid ae-unresolved-link warnings in doc:exports:ci
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This interface combines template lifecycle callbacks with global hydration events. It is accepted by [TemplateElement.config()](../fast-element.templateelement.config/) for backward compatibility. New code should prefer for global hydration events and pass per-element callbacks directly to [declarativeTemplate()](../fast-element.declarativetemplate/)<!-- -->.
34
+
This interface combines template lifecycle callbacks with global hydration events. It is accepted by [TemplateElement.config()](../fast-element.templateelement.config/) for backward compatibility. New code should prefer `enableHydration()` for global hydration events and pass per-element callbacks directly to [declarativeTemplate()](../fast-element.declarativetemplate/)<!-- -->.
0 commit comments