You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
If you update availableOptions or chosenOptions in an asynchronous function (useEffect or componentDidMount for example). The DualListSelector raise a TypeError: Converting circular structure to JSON.
We only have the issue when the availableOptions or chosenOptions is an array of React Node.
availableOptions={this.state.availableOptions.map(o=><span>{o.name}</span>)} raise the issue