Skip to content

Fixes #1301: Make AccountSelector an uncontrolled component

Benjamin Bouvier requested to merge bnjbvr/kresus:fix-1301-account-select into master

I'm actually not a big fan of the controlled component approach since the AccountSelect is... a select. Using a poll approach with an uncontrolled component would probably be simpler, in fact. Will investigate...

Edited by Benjamin Bouvier

Merge request reports