There are several breaking changes between lp-utils v2
and lp-hoc v1
:
- All non-HOC utils have been removed from the library. You can import
validate
fromlp-form
andselectorForSlice
fromlp-redux-utils
. You can also importgetDisplayName
fromrecompose
anddeprecate
fromutil-deprecate
. deprecateComponent
has been renamed todeprecate
.componentWithClass
has been replaced by theaddDefaultClass
HOC.onLoad
has been renamed towaitFor
toggle
value prop names are now the same as the argument, rather than<argument>Active
getSet
props now override passed props.