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
Glossary update reflecting the API redesign captured in PR #82 grilling:
- Trigger now describes the two callable shapes (void return when
MutationFn is required; chain object with `.orEnd` when MutationFn
may be undefined).
- Fallback response is now delivered at the Trigger callsite via
`.orEnd(value)` instead of via the hook's options object.
- New term: Manual-close path — the legitimate branch where neither
MutationFn nor Fallback response closes the Call (e.g. the
consumer wants a "No" button to handle the close).
- Relationships and example dialogue updated to reflect the new
three-state model.
ADR-0014 amendment in a follow-up commit.
0 commit comments