We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundler: "Vite" Node: "Node 20" package.json:
"dependencies": { ... "react-hook-form-mui": "^7.0.0", "@mui/x-date-pickers": "^7.5.0", ... }
The DatePickerElement to be available having import { DatePickerElement } from 'react-hook-form-mui' of version 7++;
import { DatePickerElement } from 'react-hook-form-mui'
No response
The text was updated successfully, but these errors were encountered:
you are using wrong import please follow #252 (comment)
import {DatePickerElement} from 'react-hook-form-mui/date-pickers'
Sorry, something went wrong.
please mention the same in documentation. It is so hard to figure this out. thanks
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
bundler: "Vite"
Node: "Node 20"
package.json:
"dependencies": {
...
"react-hook-form-mui": "^7.0.0",
"@mui/x-date-pickers": "^7.5.0",
...
}
Expected behavior 🤔
The DatePickerElement to be available having
import { DatePickerElement } from 'react-hook-form-mui'
of version 7++;Steps to reproduce 🕹
No response
The text was updated successfully, but these errors were encountered: