Skip to content

Restructure Repo as Monorepo and re-export react-hook-form API

Compare
Choose a tag to compare
@dohomi dohomi released this 29 Aug 06:22
· 361 commits to master since this release

Due to context issues this release got refactored to a monorepo and the NextJS and Storybook examples are now using the compiled version of the library.

Beside that the API of react-hook-form is getting re-exported so the context of useWatch can be defined inside of NextJS.
https://github.com/dohomi/react-hook-form-mui/blob/master/apps/nextjs/src/pages/withSub.tsx#L5

Fixes #89