anoma / namada-interface

Apache License 2.0
77 stars 101 forks source link

Extension: Move Setup app to React 18 style root #857

Closed jurevans closed 2 months ago

jurevans commented 4 months ago

Currently, the Setup is using the old React ~17 mode of rendering with ReactDOM - Like Approvals & App, this should be using createRoot. However, doing this under Setup causes accounts to be added twice and will result in errors.