Bartosz Jaros

Results 1 issues of Bartosz Jaros

**Describe the bug** I'm using `"react-imask": "7.3.0"`. The mask input is implemented with `IMaskMixin`: ```ts export const MaskedStyledInput = IMaskMixin< HTMLInputElement, IMaskInputProps & tCustomProps >(({ inputRef, isError, ...props }) =>...