Skip to content

2.1.0

Compare
Choose a tag to compare
@kirill-konshin kirill-konshin released this 14 Feb 19:17
· 110 commits to master since this release

Fix #91 Not working with react-redux-firebase "TypeError: Converting circular structure to JSON"
Updated dependencies

⚠️ THIS RELEASE HAS ACCIDENTAL BREAKING CHANGE ⚠️

  • setPromise not exported
  • Store is no longer preserved between getInitialProps and render of WrappedApp. It will be always created twice, once with empty state and once with state received from getInitialProps.