2.1.0
Fix #91 Not working with react-redux-firebase "TypeError: Converting circular structure to JSON"
Updated dependencies
setPromise
not exported- Store is no longer preserved between
getInitialProps
andrender
ofWrappedApp
. It will be always created twice, once with empty state and once with state received fromgetInitialProps
.