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
Describe the bug
The mapStateTo*Props methods do not return an object which can be shallow compared to a previous version for the same input. This leads to unnecessary updates of components .
Expected behavior
mapStateTo*Props methods return an object which can be shallow compared to a previous version for the same input.
The text was updated successfully, but these errors were encountered:
* Fixeclipsesource#1292
* changed the findUISchema helper method to not rely on a state
* Controls calculate the merge of configs themself
* Change StatePropsOfControl `errors` to string
* Removed unnecessary functions in props
* Use React.memo for functional components
* Update enzyme to handle React.memo
* Fix ionic and angular tests that poped up
* Improve data output in examples
Describe the bug
The mapStateTo*Props methods do not return an object which can be shallow compared to a previous version for the same input. This leads to unnecessary updates of components .
Expected behavior
mapStateTo*Props methods return an object which can be shallow compared to a previous version for the same input.
The text was updated successfully, but these errors were encountered: