Closed RickCardoso closed 1 year ago
From what I saw on withHookFormMask.ts, react-hook-form is only used for the types. If that is so, can't we convert the dependency to a devDependency?
react-hook-form
dependency
devDependency
Let me know if I missed anything!
https://github.com/eduardoborges/use-mask-input/blob/d0eefceeb238e5f90376a743ca4607a21f63082a/package.json#L33
Fixed in #13
From what I saw on withHookFormMask.ts,
react-hook-form
is only used for the types. If that is so, can't we convert thedependency
to adevDependency
?Let me know if I missed anything!
https://github.com/eduardoborges/use-mask-input/blob/d0eefceeb238e5f90376a743ca4607a21f63082a/package.json#L33