Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

DragDropMonitor failes to notify subscribeToStateChange subscribers in some cases #24

Closed
mattiasgronlund opened this issue Jan 26, 2016 · 1 comment

Comments

@mattiasgronlund
Copy link
Contributor

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.

gaearon added a commit that referenced this issue Feb 13, 2016
Fix for bug #24 DragDropMonitor failes to notify subscribeToStateChange subscribers in some cases
@gaearon
Copy link
Member

gaearon commented Feb 13, 2016

Out in 1.3.0, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants