Žilvinas
Žilvinas
@jchera you need to add `migration_dependencies: { }` to the end of migrate_plus.migration.migrate_csv.yml
This bug still persist with versions: ``` "final-form": "4.18.2", "final-form-arrays": "3.0.1", "react-final-form": "6.3.0", "react-final-form-arrays": "3.1.0", ``` on `form.mutators.remove('emails', 0);` second element becomes first one and becomes dirty, which is wrong
Hello, this is still an issue, even for simple objects that have `children` key. For example I have this object that I use in tests: ``` const navItemWithChildren = {...
> I've been trying to create schema with i18n error messages. Ended up on this solution: > > ```tsx > const schemaFactory = (t: TFunction): z.ZodType => > z.object({ >...
This is no help, but it looks like locale support is still missing: https://github.com/scottrippey/next-router-mock#not-yet-supported
Same thing needed for actions, currently there is no way to get current route info (like useLocation) in the action other than passing this data with FormData which is too...
readme still not updated
`vitest/eslint-plugin` rule `vitest/expect-expect` does support regex, for consistency it would be nice to also have this here. https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/src/rules/expect-expect.ts `'vitest/expect-expect': ['error', { assertFunctionNames: ['expect**'] }]`