Raul Contreras

Results 8 issues of Raul Contreras

I want to have typing when dispatching (or putting) an action from a saga, something like ```typescript const response: ResponseData = yield putResolve(fetchTodos()) ``` but response got type any... Instead...

Typescript

If I go back to a persisted form isSubmitting is true https://codesandbox.io/embed/recursing-hodgkin-bcyvp

When isSubmitting is persisted next time the form is loaded considering that the disable state of the form submit button depends on this formik prop, it is going to remain...

I need to restrict the visibility of some attributes to some roles, only when sending data to client, but I still need to access this properties from the instance using...

enhancement

## What has changed? - Inverted polarity from whitelisting to blacklisting by default ("raw" option is implicit when calling get without a role to apply, so it was removed.) -...

As I know this was envisioned since the beginning of the project, but this functionality hasn't been implemented yet, is this extremely useful functionality difficult to implement?

I need to pre- interpolate urls, and leave the rest of variables unchanged. Currently the behavior is to put it blank