Hi Yordan,
Good day to you,
We have further validated on the reported query, and able to reproduce the reported issue if interacted fast. The reported issue occurs since the StockChart component is not rendered after the first SfToast rendering, due to duplication of ID for the chart component in the DOM. In order to resolve the reported issue, we suggest you to remove the ID set for the StockChart component. So that with the random ID generation for StockChart, the reported issue will be resolved.
Remove the ID configured for the StockChart component:
|
<SfStockChart ID="chart"></SfStockChart>
|
Please let us know if the solution helps,
Regards,
Indrajith