Internal issue 2984 - Compact IcStepper with Form
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 63
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 15
Description
Using the compact IcStepper with a multi-page FormProvider, causes a "ResizeObserver loop completed with undelivered notifications" error. This error does not appear when using variant=”default”, it occurs when switching pages (clicking the “next” and “previous” buttons - when the page rerenders). Occurs when the stepType changes, this is managed with a state.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a compact IcStepper, a multi-page FormProvider, and a state-managed stepType while switching pages with the next and previous buttons. Trace the rerender that produces the ResizeObserver error and verify that page changes complete without that error, including when stepType changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100