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(wizard): wizard remains in "not ready" state if a custom init() was provided #6339
## Problem
The wizard remained in a "not ready" state if a custom `init()` was
provided, requiring manual toggles in the test code.
## Solution
- Wrap the user’s init() with a small decorator that sets _ready = true.
- Remove the manual toggles in wizardTestUtils.ts, letting the wizard
handle readiness on its own.
0 commit comments