react-input-mask icon indicating copy to clipboard operation
react-input-mask copied to clipboard

findDOMNode is deprecated

Open ahmetcaglayan opened this issue 1 year ago • 11 comments

hi,

image

ahmetcaglayan avatar Jun 10 '24 10:06 ahmetcaglayan

I have the same problem

justvv74 avatar Jun 18 '24 07:06 justvv74

Just discovered this error today.

rickydo avatar Jun 19 '24 18:06 rickydo

Same here

luskin avatar Jul 08 '24 20:07 luskin

Since the last update to this repository was 5 years ago, I assume this won't be fixed. 😕

jhammann avatar Jul 18 '24 13:07 jhammann

Same problem, not exist any solution?

nijat-dev avatar Sep 30 '24 17:09 nijat-dev

Same problem, NextJS 15, React 19

gabriel-hsb avatar Dec 06 '24 00:12 gabriel-hsb

For future needs: Use this fork from @mona-health :

npm install --save @mona-health/react-input-mask

and

npm install --save @mona-health/react-input-mask

More info on: https://github.com/mona-health/react-input-mask/?tab=readme-ov-file#table-of-contents

#318

gabriel-hsb avatar Dec 06 '24 01:12 gabriel-hsb

@ianchanning Is this fork actively maintained? I'm asking if this fork will continue to be maintained, since the original lib seems to have been forgotten by the creator, and this fork seems to be the only solution compatible with react 19. Can we trust this fork to replace the old lib in our projects?

Aluisio avatar Jun 19 '25 15:06 Aluisio

For future needs: Use this fork from @mona-health :

npm install --save @mona-health/react-input-mask

and

npm install --save @mona-health/react-input-mask

More info on: https://github.com/mona-health/react-input-mask/?tab=readme-ov-file#table-of-contents

#318

@gabriel-hsb Are you able to use it with TypeScript? For me, no properties are showing up, and the export is as any

Aluisio avatar Jun 28 '25 19:06 Aluisio

No fork isn't actively maintained - it lacks the types, but for the rest it should work?

ianchanning avatar Jul 07 '25 10:07 ianchanning

@ianchanning It's working for me, but it's really missing the types

Aluisio avatar Jul 07 '25 14:07 Aluisio