Tom McIntosh
Tom McIntosh
I've built a number of large forms in an app using hooks from useFormikContext and only just discovered this validation issue. The solution I've come up with is to add...
@gone-skiing No worries. I don't really have a good understanding of the inner workings of Formik, so I'm not sure why this is unsolved as of right now. All I...
> ``` > const Validator = () => { > const {values, validateForm} = useFormikContext() > useEffect(() => { > validateForm(values) > }, [values]) > return null > } >...
Yarn Berry currently works fine so long as you use the `nodeLinker: node-modules` option in your `.yarnrc.yml`. This allows you to check in your `.yarn/cache`, then yarn creates the `node_modules`...
@alamothe I haven't experienced anything odd using this in a Typescript repo in a single workspace.
I have the same problem
This makes sense if we have the ability to set per platform versions like in #1. Happy to integrate.
@probablyup Thanks for the response, absolutely I would. Any guidance on where this should live in the docs? FAQ perhaps?
Hi @efstathiosntonas and @Bowlerr 😄 I have[ created this reproducer](https://github.com/tj-mc/styled-components-native-perf-reproducer) to test and observe the performance differences. Included are some results from testing on my machine. When rendering 1000 empty...
That's correct @efstathiosntonas. I have tried with the exact expo versions you provided and it gave similar results. The actual numbers vary greatly depending on my machines resources but a...