79487089

Date: 2025-03-05 16:35:19
Score: 0.5
Natty:
Report link

I'm using an a bit older version of the antd (3), for me the solution was adding a unique key into the select component for each different result, so it will render each time.

What can be unique depends on your use-case but for me adding this prop was enough.

key={this.state.optionsList.length}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tim's