Daniel Pescador

Results 5 comments of Daniel Pescador

Having the same problem. @davidsierradz did you find a solution?

I modified my jest configuration to add this: ``` "moduleNameMapper": { + "galio": "identity-obj-proxy" } ``` And installed the identity-obj-proxy package `npm i identity-obj-proxy` and it solved the font problem....

@jonra1993 @fddayan I'll suggest adding a Context to store all the data and wrap your Wizard with it. Then each of your steps will be its own Formik form. I've...

Having the same warning in my components