alephium / explorer

The explorer front-end for Alephium protocol
https://explorer.alephium.org
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Update the react-tooltip to v5 to allow using react 18 #215

Closed mvaivre closed 1 year ago

mvaivre commented 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.