-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
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
[@next] findDOMNode is deprecated in StrictMode #239
Comments
Same, I traced deprecation warnings to this package, but I gather from #184 that this project is dead. |
Same issue 😞 |
I would appreciate if this issue was fixed. |
The same problem!! |
Same |
I have the same issue |
Please stop the "same" posts. You can upvote the original post or even better create a pull request. Everyone including the maintainer are aware of the warning. |
I have send PR. Can somebody check it @sanniassin? |
same issue |
we depend a lot on this package, and due to the delay and lack of feedback, we decided to fork. https://github.com/comigotech/react-input-mask We have already managed to publish the package and are already using it directly. I kept the credits and we linked to this same package |
hm, why do I have the same issue with "^3.0.0-alpha.2"? React v- "17.0.2" |
The haven't published the package, or at least not with the |
Hi, the package is comigo-tech-react-input-mask |
lmao 2022 and still facing same warning |
Any news on this issue? |
I'll be working on this issue on the weekend. Personal reminder: |
Any solution? |
still up :( |
This is effectively a duplicate of #198 |
i would just use this library instead: https://github.com/text-mask/text-mask/tree/master/react/#readme |
This did fix in this PR zenbill#1, but since wouldn't be published on npm. |
We have released our version with a fix for this on NPM https://github.com/mona-health/react-input-mask/ . |
Doesn't work with typescript 404 Not Found - GET https://registry.npmjs.org/@types%2fmona-health__react-input-mask - Not found |
@bloodsuckers-spb Yeah I might get round to converting it to typescript. Also it does work with typescript but it gives you little squiggles 🤷 |
For anyone encountering issues with typescript, here is a solution.
|
I gave this a shot on another project. https://github.com/BorjaRafolsMartinez/react-masked-input I don't think it is 100% compatible with this project but I believe most of it has been migrated and requires little change in your project. The main reason was the lack of response on this project. |
I found the solution in https://www.npmjs.com/package/@react-input/mask |
Also good solution in https://www.npmjs.com/package/react-number-format |
i have same error on ver 2.0.4. |
So I was playing around with the
@next
build ofreact-input-mask
, and specifically the bit about being able to wrap custom components. I was making some progress, but notice the following error hitting the consoleYou can see this in the CodeSandbox I created for testing. I provided some very basic commenting in the
InputWrapper
andInput
components about basic usage.Also, attempting to change my input value (in the input) threw an Error about
string.split
not being a function?The text was updated successfully, but these errors were encountered: