Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
290 stars 75 forks source link

Combobox Item value set to custom class instance is causing RangeError #8743

Closed DitwanP closed 6 months ago

DitwanP commented 9 months ago

Check existing issues

Actual Behavior

From a message in Teams from @dasa:

"The code I'm debugging is currently setting the value to a custom class instance, and then when an item is selected, or the user types, the console shows filter.js:5 Uncaught RangeError: Maximum call stack size exceeded."

Expected Behavior

Using a custom class instance as the value of the value prop should not throw cause an error when items are selected or when the user types.

Reproduction Steps

N/A

Reproduction Version

2.4.0

Priority impact

p4 - not time sensitive

Calcite package

DitwanP commented 6 months ago

Closing, because we can't reproduce and there's also a related issue that might help. 5063