lightning-js / ui-components

Lightning UI Components for Solid & Blits
https://lightning-js.github.io/ui-components/
Apache License 2.0
11 stars 4 forks source link

Column Ref, Row Ref #151

Closed chiefcll closed 5 months ago

chiefcll commented 5 months ago

https://github.com/lightning-js/ui-components/blob/main/src/packages/solid/components/Column/Column.tsx

Ref is no longer being forwarded. @slhay28 - can you fix to use forwardRef

Probably should setup an eslint rule to warn whenever a component is using ref={}