enigma-io/react-input-placeholder

react-input-placeholder is not compatible with React v.13

Closed this issue · 2 comments

Current version of react-input-placeholder (v.1.0.0 installed via npm) is not working with React v.13.3.
It throws exception:
Uncaught TypeError: this.transferPropsTo is not a function @ react-input-placeholder.js?0ea3:84

transferPropsTo was removed from React in v.13.

@vguzev Will investigate, thanks.

@vguzev Not sure why you're getting this error - transferPropsTo is only triggered if the version of React being used doesn't have the createElement function, which 0.12+ does.