v0.8.0
Breaking Changes
- While this is very unlikely to break your app, components wrapped with
connect()
now acceptstore
as an optional prop. So you may avoid using<Provider>
after all, as long as you passstore
manually all the way down. (We don't suggest you to do this.) This is mostly useful for non-fully-React codebases and stubbing store for tests. If you use<Provider>
, just keep using it and don't worry. (#33, #44)