Serhii Shmyg
Serhii Shmyg
Any solutions?
`test` method of yup schema invokes even change some other field. It's very inconvenient.
@jaredpalmer Can you provide more details, please? I don't use `Field` component from formik.
Oh, you mean I don't need `.test` in yup schema and just validate in every require field separately?
Validate all schema onChange, it's very bad solution.
I think it's not an option use some Field component. Question was about `yup.test` validation. You should warn in readme than about using yup. `test` and 'transform' doesn't work as...
@idesignpixels Same problem, check user or some other API call will lead to error `503 (Service Unavailable)`
@ops1ops Just use some other lib.
Has same issue for iOS. This happens when playing is reached to end. So as workaround re-init player on end. ```javascript const playerRef = useRef(); const createPlayer = useCallback(() =>...
Never do this in open source libs. If you want to get custom children, use custom (alias) types. Never reassign types of different lib! 