sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 258 forks source link

isPositionEditable Issue on Production #213

Closed alvnrapada closed 4 years ago

alvnrapada commented 4 years ago

I'm encountering this error on my production env, and i can't find any issues regarding this, in my dev env it's working fine. Thanks in advance.

Screen Shot 2020-03-18 at 9 39 42 PM
arracos commented 4 years ago

I'm seeing this issue as well. With 3.0.0-alpha.2. It works locally but not when deployed live site.

Update: I found that 3.0.0-alpha.0 does not throw the error in my specific use case. Some kind of issue with the dependency on react-dom (given the error this throws)?

alvnrapada commented 4 years ago

Fix this by changing package 😂