You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
^7.13.4
What package has an issue?
@mantine/form
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
I would like to be able to use the type FormValidateInput from @mantine/form/lib/types for my own custom hook.
However, I cannot import it, as it is not exported from the@mantine/form library.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
^7.13.4
What package has an issue?
@mantine/form
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
I would like to be able to use the type
FormValidateInput
from@mantine/form/lib/types
for my own custom hook.However, I cannot import it, as it is not exported from the
@mantine/form
library.Error:
TS2307: Cannot find module @mantine/ form/ lib/ types or its corresponding type declarations
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Export the
FormValidateInput
type from the@mantine/form
package.Self-service
The text was updated successfully, but these errors were encountered: