Memory leak in Firefox in Hbauth Form
To reproduce the issue (use Firefox browser with opened developer's console):
- Run application
npm run:dev
in branchmain
. - Open Dialog Hbauth.
- Select tab "Unlock Key".
- Type username.
- Click on select input and here bug appears in console. The error is
Uncaught InternalError: too much recursion
and comes fromreact-dom.development.js:4213
.
Tested on the Firefox 123.0 (newest) on Ubuntu 22.04.4 LTS. The same happens on staging at https://auth.openhive.network/, and of course in applications Blog and Wallet. This error doesn't happen in Chrome, Brave, Arc, and Opera.
Edited by Wojciech Barcik