Closed zkanda closed 1 year ago
I will investigate this.
I have similar issue:
Field 'browser' doesn't contain a valid alias configuration
Last working version is 3.0.0
:tada: This issue has been resolved in version 3.0.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Hey @z1m1n & @zkanda all problems are fixed on 3.0.5. Plz update <3
Hello, I upgraded to latest, and it now works with Vite, but it doesn't seems to work with Webpack. Since that's what our project uses. I could reproduce it using create-react app
npx create-react-app my-app --template typescript
Update App.tsx with same code from the first comment.
I get this console error:
Uncaught TypeError: inputmask__WEBPACK_IMPORTED_MODULE_1__ is not a function
at o (withHookFormMask.ts:16:1)
at App (App.tsx:18:1)
at renderWithHooks (react-dom.development.js:15851:1)
at mountIndeterminateComponent (react-dom.development.js:19603:1)
at beginWork (react-dom.development.js:21127:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:3703:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:3761:1)
at invokeGuardedCallback (react-dom.development.js:3833:1)
at beginWork$1 (react-dom.development.js:26981:1)
at performUnitOfWork (react-dom.development.js:26109:1)
@eduardoborges hey! I'm having exactly same issue as @zkanda (using webpack 5)
@zkanda & @z1m1n i fixed this regression. Thanks for contribuiting <3
I get this error whenever I tries this package. Any hint on this one?
To reproduce:
Create a test file, say Hello.tsx