Burton Smith
Burton Smith
> I did not even realize there is a plugin for this now :). We built our own [react 19 type wrapper](https://github.com/synergy-design-system/synergy-design-system/blob/main/packages/react/src/types/syn-jsx-elements.ts) with [a couple of lines of JS](https://github.com/synergy-design-system/synergy-design-system/blob/main/packages/components/scripts/jobs/react/intrinsic-elements.js), using...
Is this something you are able to recreate so I can debug a bit? Also, is this a custom change event or is this the native event bubbling up?
It does! Thank you for the great demo! We may have to go with the `useCallback` approach since the old method had issues with forwarding refs.
I regenerated the wrappers, and it looks like it's working fine. I don't see any difference between what's there and `useCallback`.