Closed rafma0 closed 1 year ago
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?
hey @rafma0 can you try 3.3.5 release?
3.3.5
https://github.com/eduardoborges/use-mask-input/releases/tag/3.3.5
Looks perfect now 🎉
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?