“TypeError: Object(…) is not a function” react-redux-firebase

前端 未结 4 1338
借酒劲吻你
借酒劲吻你 2020-12-16 21:01

I\'m trying to create a project in React and I\'m using Firebase. In my react-redux-firebase project one line of code making error but I couldn\'t fix that. How could I fix

4条回答
  •  醉酒成梦
    2020-12-16 21:13

    Option 01- adjust npm package versions for react-redux & react-redux-firebase

    npm install react-redux@5.1.1 react-redux-firebase@2.2.4
    

    Option 02- Refer v3 ( http://react-redux-firebase.com/docs/v3-migration-guide.html )

提交回复
热议问题