Consider removing withDeprecatedProps
HOC
#2486
Labels
code health
Proactive technical investment via refactorings, removals, etc.
discovery
Pre-work to determine if an idea is feasible
Paragon uses withDeprecatedProps HOC in multiple components to notify users about deprecated props. However, this creates some size overhead for the components where it is used, which may negatively impact consuming applications' bundle size, even though this HOC has no effect in production mode.
Tasks
The text was updated successfully, but these errors were encountered: