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
{{ message }}
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
Currently dnd-core takes for granted that it store.subscribe() will notify all state changes. But redux does not guarantee that, e.g. when an earlier subscription dispatches a new action to the store.
The consequence is that render() will not always be called when needed.
The text was updated successfully, but these errors were encountered:
Currently dnd-core takes for granted that it store.subscribe() will notify all state changes. But redux does not guarantee that, e.g. when an earlier subscription dispatches a new action to the store.
The consequence is that render() will not always be called when needed.
The text was updated successfully, but these errors were encountered: