react-redux-firebase error using firestoreConnect. TypeError: undefined is not an object (evaluating 'this.store.firestore')

前端 未结 1 523
面向向阳花
面向向阳花 2021-01-17 04:39

So... i\'m getting an error using firestoreConnect from react-redux-firebase, not sure what\'s going on. Here is my index.js:

const createStoreWithFirebase =         


        
相关标签:
1条回答
  • 2021-01-17 05:08

    If you just upgraded to React-Redux v6, it's because react-redux-firebase is not compatible with v6.

    See Support React-Redux v6.

    0 讨论(0)
提交回复
热议问题