Guilherme Lisboa

Results 4 comments of Guilherme Lisboa

I'm not using `redux-reset` (implemented a solution myself), but came across the same issue. It seems `redux-persist` doesn't like 'reseting' the state. We resolved the situation by pausing the persistor...

Yes, there are the following errors in there: ``` /Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/mobx-react/index.js:755 Uncaught TypeError: Cannot read property 'replace' of undefined at replace (/Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/ramda/src/replace.js:26) at /Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/ramda/src/internal/_curry3.js:32 at f1 (/Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/ramda/src/internal/_curry1.js:18) at /Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/ramda/src/internal/_pipe.js:3 at /Applications/Reactotron.app/Contents/Resources/app.asar/node_modules/ramda/src/internal/_arity.js:10...

Unfortunately nothing so far @lyseiha. I ended up working around it by setting the same settings on my `watchPosition` and `getCurrentPosition`. Would like to fix it but have been quite...

@tmikov thank you for the links. I'm evaluating our options, and once I get back to this I'll dig a bit in there and add some documentation if we manage...