aranlucas / react-hook-form-mantine

React Hook Form bindings for Mantine components
https://aranlucas.github.io/react-hook-form-mantine/
83 stars 12 forks source link

Fix esm setup #10

Closed jdt3969 closed 11 months ago

jdt3969 commented 1 year ago

Issue Server side rendering in nextjs project was not properly picking up the esm module.js and incorrectly using the cjs which resulted in a provider / context mismatch when using FormProvider from react-hook-form.

Fix Match the output of react-hook-form to fix resolution issue and keep in sync with that project

Error Repro https://github.com/jdt3969/test-form

yarn
yarn dev

Fix Repro https://github.com/jdt3969/test-form/tree/fix

yarn
yarn dev
github-actions[bot] commented 11 months ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: