Majority of code has been ported to https://github.com/williamboman/react-typewriting which react-input-hints now uses as a dependency.
Breaking changes
- The ref API has been completely removed (i.e. no more
focus()andblur()methods when accessing the component via refs). Tip: use custom component orReactDOM.findDOMNode(ref)instead.