Anthony Aslangul
Anthony Aslangul
Thank you for your quick answer! In my specific case, the file I was trying to import contained a simple object with string values, but was exported from a barrel...
Unfortunately I don't have a sample repo available, I just have the [codesandbox](https://codesandbox.io/p/sandbox/agitated-ride-g44g7r) provided in the issue, but that should do it. The solution (or should I say "workaround") was...
Reading the changes, this version was indeed a good fix candidate. Unfortunately, both my local / repro were already on `1.7.22` and the problem persists.
Indeed good catch, I updated the reproduction so it's not an array anymore. It doesn't fix the issue though.
It is what I understood, in my project I wrote an high order component that keep the value of the selected option. It works but it feels kind of hacky....