Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
At the initial stage, the component was initiated with an empty data source and the value property set to [1]. However, this time, the assigned value property was not bound to the component since the value was not present in the dataSource. After a certain timeout, the dataSource was loaded, resulting in the component receiving its data source properly, even though the values were not updated in the component. This issue occurs in version 18.2.58. However, in the previous version, the values were set properly. At the initial stage, the value of [1] was bound to the component properly, and after a certain timeout, the corresponding ID value was bound to the component.
Working version: 18.2.57
Breaking version: 18.2.58
Breaking sample: https://stackblitz.com/edit/react-hooks-usestate-example-gx4hdb?file=index.js,package.json
Working sample: https://stackblitz.com/edit/react-hooks-usestate-example-gx4hdb?file=index.js,package.json
Replication steps: