Closed mvaivre closed 1 year ago
For now, we still hook our app using the ReactDOM.render which makes our apps function as if it was still using react 17. Updating to the "new" way to render the app makes the tooltip package behave erratically.
ReactDOM.render
For now, we still hook our app using the
ReactDOM.render
which makes our apps function as if it was still using react 17. Updating to the "new" way to render the app makes the tooltip package behave erratically.