We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325af9b commit f664c5aCopy full SHA for f664c5a
.changeset/tricky-phones-argue.md
@@ -0,0 +1,5 @@
1
+---
2
+"@autoform/mantine": minor
3
4
+
5
+Fixed import path in Mantine integration
packages/mantine/src/types.ts
@@ -1,4 +1,4 @@
-import { ExtendableAutoFormProps } from "@autoform/react/src/types";
+import { ExtendableAutoFormProps } from "@autoform/react";
import { MantineProvider } from "@mantine/core";
import { FieldValues } from "react-hook-form";
0 commit comments