Daniel Lindegren

Results 6 issues of Daniel Lindegren

If the record-level validation is async, it waits for async field-level validation. Is there a way around this? Say there's a validation error on the `email` field. When I type...

Below is Final Form's example: ```js type Props = FieldRenderProps; const TextInput: React.FC = ({ input, meta, ...rest }: Props) => ( ); export default TextInput; ``` How can this...

~/repos/sandbox/javascript/src [master] % node --trace-deprecation script.js (node:59243) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/onosendi/repos/sandbox/javascript/node_modules/immutable-ext/package.json' of 'dist/index.js'. Please either fix that or report it to the module author at tryPackage (node:internal/modules/cjs/loader:364:15)...

With ```js const closeListeners = closeWithGrace( { delay: 500 }, async ({ err }) => { if (err) { fastify.log.error(err); } await fastify.close(); }, ); ``` I get ``` 1....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting bugs, and `CODE_OF_CONDUCT`? - [X]...

bug