You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, after migrating connected components, required prop validation throws when consuming those components for any required props that are only set within mapStateToProps/mapActionsToProps/etc.
Currently, after migrating connected components, required prop validation throws when consuming those components for any required props that are only set within mapStateToProps/mapActionsToProps/etc.
See: Workiva/over_react#942 (comment)
We should add a codemod to automatically disable validation for these props.
The text was updated successfully, but these errors were encountered: