react-gears
react-gears copied to clipboard
Select component still renders old value if passing null to it
If a Select component already renders something A, passing a null value to component won't trigger it to re-render (i.e. it still shows the old value A).