Nikita Lobachev

Results 22 comments of Nikita Lobachev

@matheuscouto Still need a demo, because it works fine in a simple CRA-generated TS project `create-react-app input-app --scripts-version=react-scripts-ts` **App.js** ```TypeScript import * as React from 'react'; import InputMask from 'react-input-mask';...

@raugturi Good point, thanks. It will take some time to investigate edge cases before I can make a decision though. Like a component that uses some other property name instead...