Dominic Garms
Dominic Garms
I can't reproduce the issue on **https://react-hook-form-material-ui.vercel.app/?path=/story/formcontainer--basic**
I use NextJS in all my projects and never experienced it. But mostly I am using strict typing approach used here: https://github.com/dohomi/react-hook-form-mui/blob/master/stories/FormContainer.stories.tsx#L88
I'd love if you find a solution and open a PR, but it might be just re-exporting useWatch or other API endpoints of react-hook-form but I am not sure about...
@slaat I finally had the time to restructure the repo and now I have a better testing environment for both Storybook and NextJS. The new version `5.6.0` re-exports the API...
@ChromeGG feel free to open a PR with different eslint settings.
The TextFieldElement is using onChange for the internal react-hook-form as you can see here: https://github.com/dohomi/react-hook-form-mui/blob/master/src/TextFieldElement.tsx#L41 If you want to watch changes on the TextFieldElement then just use react-hook-form for this:...
This package is using `tsup` under the hood, I thought this should take care of the code split?
@paales I restructured the repo to run as a mono repo. With this I had a better overview in what is actually been bundled and how the footprint of for...
@paales what framework on top of React are you using? CRA or NextJS? Did you have a look at the https://github.com/dohomi/react-hook-form-mui/tree/master/apps/nextjs where I dont use @mui/x-date-pickers and it is also...
@paales I am currently busy with work, can you provide a PR to fix the current behaviour? Otherwise Ill look into it as soon I get some time. I personally...