manager
manager copied to clipboard
refactor: [M3-7999] - Remove `recompose` - Part 1
Description ๐
- Removes
recomposein files where it was low effort to remove it ๐๏ธ- I will likely follow up with a part 2 and maybe part 3 to finish removing it completely
Why?
Just trying to prepare for React 19
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
Preview ๐ท
[!note] No UI changes expected
How to test ๐งช
- Test affected components
- Linode Create
- Linodes Landing
- General authentication of the app
- Unactivated account page (we have a Cypress test that checks this)
- Longview Landing
As an Author I have considered ๐ค
- [ ] ๐ Doing a self review
- [ ] โ Our contribution guidelines
- [ ] ๐ค Splitting feature into small PRs
- [ ] โ Adding a changeset
- [ ] ๐งช Providing/Improving test coverage
- [ ] ๐ Removing all sensitive information from the code and PR description
- [ ] ๐ฉ Using a feature flag to protect the release
- [ ] ๐ฃ Providing comprehensive reproduction steps
- [ ] ๐ Providing or updating our documentation
- [ ] ๐ Scheduling a pair reviewing session
- [ ] ๐ฑ Providing mobile support
- [ ] โฟ Providing accessibility support
Coverage Report: โ
Base Coverage: 81.74%
Current Coverage: 81.78%