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
I'm trying to use react-sortable-hoc with this library, but when I update the titles extracted from Redux it doesn't change them, but it changes the content and everything else.
Researching a little the library I realized that within its functions does not have a shouldComponentUpdate to update its state ... As far as I can see, the state is correctly brought in the first rendering, but when it changes, the state doesn't change.
The text was updated successfully, but these errors were encountered:
I'm trying to use react-sortable-hoc with this library, but when I update the titles extracted from Redux it doesn't change them, but it changes the content and everything else.
Researching a little the library I realized that within its functions does not have a shouldComponentUpdate to update its state ... As far as I can see, the state is correctly brought in the first rendering, but when it changes, the state doesn't change.
The text was updated successfully, but these errors were encountered: