zoid
zoid copied to clipboard
findDOMNode is deprecated in StrictMode
Hi there, I'm getting a warning for rendering a zoid component in React when using StrictMode. I was wondering if there was a way to remove this error, it seems to be coming from the zoid library's usage of findDomNode.
Link to the line: https://github.com/krakenjs/zoid/blob/eb8677a3c41f8ad52158ad946573d0df9a47538d/src/drivers/react.js#L43
thanks for the heads up @chrischan226, we will look into this
relates to #335