We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is just weird, after updating my use-mask-input to 3.3.4, TS still can't figure options types for registerWithMask if I do
use-mask-input
3.3.4
registerWithMask
import { useHookFormMask } from 'use-mask-input'
but with my cloned updated repo, if I do npx rollup -c --watch and then
npx rollup -c --watch
import { useHookFormMask } from '/local/path/to/use-mask-input/dist'
any ideas?
The text was updated successfully, but these errors were encountered:
hey @rafma0 can you try 3.3.5 release?
3.3.5
https://github.com/eduardoborges/use-mask-input/releases/tag/3.3.5
Sorry, something went wrong.
Looks perfect now 🎉
No branches or pull requests
This is just weird, after updating my
use-mask-input
to3.3.4
, TS still can't figure options types forregisterWithMask
if I dobut with my cloned updated repo, if I do
npx rollup -c --watch
and thenany ideas?
The text was updated successfully, but these errors were encountered: