AnthonyPaulO
AnthonyPaulO
In "node_modules/deepmerge/dist/cjs.js" there's a line of code: `var REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for("react.element") : 60103;` React 19 uses "react.transitional.element" as its REACT_ELEMENT_TYPE, so operations that attempt to check if an...
Closes #3024 Closes #3436 Closes #3678 ## 📝 Description Fixed issue where setting the ref value doesn't sync the internal state, causing ref value changes not to persist and reverting...
### Provide a general summary of the issue here Unlike ListBoxItem, SelectItem doesn't implement/expose a ref prop. ### 🤔 Expected Behavior? SelectItem should implement/expose a ref prop. ### 😯 Current...