Edgar Rodriguez
Edgar Rodriguez
@mohsensaremi i'm looking into it. It looks like some kind of TypeScript soundness issue about generics, might be related to https://github.com/Microsoft/TypeScript/wiki/FAQ#why-is-astring-assignable-to-anumber-for-interface-at-- .
@mohsensaremi you can try now from [this commit](https://github.com/edgarjrg/DefinitelyTyped/commit/c76c3e41110134f32f9c50a37b85b8bd3526a03f) I added your use cases as tests and improved a bit the types. This is not a done job at all, the...
I upgraded to 3.0.0 without any problems, however I still think that there should be a link to older doc/versions, i looked in nuget but can’t see the readme there....
I've only tried it with the sandbox. Should I do something with the namespace? What does it mean? Also, it works fine in the older versions of react native webview,...
Btw: I used the production clientId and URL and still get the same error
Seems nice! I find fp-ts TaskEither to work like magic, never had to add a single type EVER. Maybe @gcanti has the clue for this issues.
@ggomarighetti @vinaykulkarni89 can you point to the named splash screen option you are talking about? I wish I could do something like Discord, which has a progress bar and everything...
This is still an issue with @2.3.3 - 2.3.4
Hi, How is this supposed to work? I just want to stop the persist before an action and resume 500ms after but: ``` persistor.pause(); persistor.persist() ``` It throws a timeout...
@simplenotezy I followed https://github.com/rt2zz/redux-persist/blob/master/docs/migrations.md and everything works fine, from: https://github.com/rt2zz/redux-persist/blob/57d1c6ccd37dd8dcfd30f6485e6b35baf5a8f51f/src/createMigrate.ts#L25-L28 (and my exp) it does not run migrations all the time, just when an "old" version is detected (from a...