Michael

Results 7 comments of Michael

You can gain access to form instance using useForm hook inside your custom component. Something like that. ``` const AutoSave = () => { const form = useForm(); const triggerSubmit...

Same thing happening for me in 0.10.4. I'm using fork-ts-checker-webpack-plugin.

+1 Multiple event sources make cypress useless

@acao yep. It works if you specify path to graphQL endpoint (actual server returning actual data). But it doesn't work for remote schemas (gql file).