We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e002c43 commit f28b1dbCopy full SHA for f28b1db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@programmer_network/use-ajv-form",
3
- "version": "1.0.20",
+ "version": "1.0.22",
4
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
5
"main": "dist/use-ajv-form.es.js",
6
"author": "Aleksandar Grbic",
src/useAjvForm.test.tsx
@@ -1,6 +1,5 @@
import { act, renderHook } from '@testing-library/react-hooks';
import { JSONSchemaType } from 'ajv';
-import Ajv from 'ajv';
import { vi } from 'vitest';
import useAJVForm from '.';
0 commit comments