react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

usages of findDOMNode

Open elisherer opened this issue 8 years ago • 0 comments

Hi,

I'm trying to test my components which uses the SimpleSelect field using Jest together with the react-test-renderer. I get an error that ResizableInput is using findDOMNode. using findDOMNode makes the component unrenderable without react-dom which is now not part of react. Can the code be changed to use refs instead?

elisherer avatar Dec 11 '16 13:12 elisherer