Vytenis

Results 244 comments of Vytenis

I'm using `patch-package` [react-hook-form-mui+7.0.0.patch](https://github.com/user-attachments/files/16062585/react-hook-form-mui%2B7.0.0.patch)

Everything is fine with your package, this is just us with old setups and legacy projects. https://nodejs.org/api/packages.html#package-entry-points I can just suggest sticking with older variant untill better times come in...

As a quick fix for the developers who have issues: 1. Try changing `tsconfig.json` compiler options `"moduleResolution": "Bundler"` In case you need to stick to `"moduleResolution": "Node"` try the following:...

Latest nextjs - I managed to import the date picker and not loose the lazy loading components by specifying compile options like so ```json "module": "esnext", "moduleResolution": "bundler", ``` but...