dequelabs / dequelabs/cauldron
Remove deprecated individual Tooltip props from IconButton
Open
breaking
rfc
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
ref #1457
In the above issue, `tooltip*` props were deprecated. This PR should handle removal of these deprecated props as well as writing a script to convert any usages of the props to use the consolidated `tooltipProps` prop.
Contributor guide
Research direction
Read issue #1457 first, then locate the IconButton implementation and all usages of the deprecated tooltip* props. Identify the existing tooltipProps pattern and the repository's conventions for migration scripts. Done means the individual props are removed, usages are convertible to tooltipProps, and the conversion script is included and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100