MichaelMarner / dart-redux-remote-devtools

Remote Devtools for Dart & Flutter
https://pub.dartlang.org/packages/redux_remote_devtools
MIT License
52 stars 10 forks source link

Crash when receiving remote actions if store is null #3

Closed MichaelMarner closed 5 years ago

MichaelMarner commented 5 years ago

Middleware should check whether its store reference has been set before attempting to dispatch actions from remote devtools.