redux-firestore
redux-firestore copied to clipboard
Unable to resolve "lodash/fp/merge" from "node_modules/react-redux-firebase/lib/createFirebaseInstance.js"
Unable to resolve "lodash/fp/merge" from "node_modules/react-redux-firebase/lib/createFirebaseInstance.js" I get this error "redux-firestore": "^ 0.10.0", is the one I used, I have updated to the latest version and the same problem React Native Expo sdk 38
Not sure what this would be coming from as lodash/fp should available along with lodash which is a dependency.
Are you using yarn or npm? Guessing you have already cleared and reinstalled node_modules?
I have used yarn and npm, I have cleared node-modules and reset cache. I also get the same problem with your other react-redux-firebase library. I will continue trying to see if I find the solution. Thank you!
@georgeMorales I wonder which version of the module is being loaded between the UMD/commonjs/es versions?
Have you tried adding lodash as a dependency directly to your project?