Walter Monecke
Walter Monecke
Any ideas?
Getting this same error. No idea how to fix it tough. Seems like react-native-svg is struggling too with this bug.
Use the second argument to get the coordinates ````` const onDragStop = (event, ui) => { event.preventDefault() const { x, y } = ui } `````
Yeah, this library is dead. We should all be moving to [firebase analytics](https://firebase.google.com/docs/analytics/get-started?platform=web). Well maintained and implements GA4.
@sunnylqm I am not able to reproduce it. It works on my phone (Android 10) and on my simulator (iOS). However, I suddenly have over 100 crashes in production. Looking...
@sunnylqm Yes, my thoughts too. If I do have more info I will let you know and will keep this issue open for the moment. Thank you for your help!
Same here! This is my unobfuscated log and it's happening only in production and it started happening after upgrading react-native: ````` **TypeError** undefined is not a function node_modules/react-native-root-toast/lib/ToastContainer.js:140:8 - anonymous...
Hi @vidhyeshpatil! You need to create a migration and pass it to your `persistConfig`. Here is an example: ```` import rootReducer from './reducers'; const migrations = { 0: (state) =>...
Hmm migrations from redux-persist are def the way to go. I would encourage you to stick to this method. All the best!
Happening on my app as well! Some of my users have reported to me that all their journal data disappeared. Have not been able to reproduce. ```` "react": "16.8.3", "react-native":...