Alexander

Results 6 comments of Alexander

Is it possible fix the package for not use monkey patch. this issue is from last year and out of date

I have same problem. On first render, my Wizard Form trigger form validation every time. My form validation is async function and every field trigger validation on render the form....

I have same error like @AnthonyGriffith, here is my Example: ``` import { Field, useField } from 'react-final-form'; ... const { input } = useField('file'); const onChange = ({ target...

Same problem with apollo client > 3.4.x but with 3.3.21 it works ``` pkg/prelude/bootstrap.js:1833 throw error; ^ Error: Cannot find module 'ts-invariant/process' Require stack: - /snapshot/project/tool/node_modules/@apollo/client/utilities/globals/globals.cjs.js - /snapshot/project/tool/node_modules/@apollo/client/core/core.cjs.js - /snapshot/project/tool/node_modules/apollo-upload-client/public/createUploadLink.js...

```javascript await clientBrevo.createContact({ email, attributes: { VORNAME: String(firstName), NACHNAME: String(lastName), FIRMA: String(company), }, listIds: client.options.brevo.listId .split(',') .map((id) => parseInt(id, 10)), updateEnabled: true, });``` this don't work too... and with "as...