A dropdown component utilising the Select interactive component stopped reflecting changes.
I thought maybe you made changes on the Select component which could have caused this?
Can you also pass in <Select value={selectedValue}>
Thank you
this works for me:
placeholder={value || selectedValue || 'Select'}
value={selectedValue}