[react-transition-group] Remove the package from the repo
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Steps to reproduce
Steps:
- Open this link to live example: (required)
Current behavior
react-transition-group is still in the repo, although it's not useful anymore, as we migrated away from it using an in-house solution here.
Expected behavior
react-transition-group should be removed
Context
react-transition-group was introduced here - https://github.com/mui/material-ui/pull/48325, doesn't have proper exports map in its package.json leading me to have a workaround in X.
IMO, we should remove this package altogether since it hasn't been updated since 4 years. It wasn't used anyways before the PR.
I was looking into removing it last week as it's causing unnecessary bundle bloat as well. It seems like it's only here to do a context reset. I guess we could maybe move this to a userland solution through Slots?
Your environment
No response
Search keywords: react-transition-group
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.
Assessment
This issue has not been assessed yet.