You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's an error, we currently use document.getElementById to log element element references. Since the code is executed in a componentDidMount/componentDidUpdate callback, we could use React.findDOMNode() instead.
The text was updated successfully, but these errors were encountered:
I believe as of v1.0.0 we are no longer using document.getElementById for anything. I'm going to go ahead and close this but please let me know if you disagree.
When there's an error, we currently use document.getElementById to log element element references. Since the code is executed in a componentDidMount/componentDidUpdate callback, we could use React.findDOMNode() instead.
The text was updated successfully, but these errors were encountered: