sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
7 stars 2 forks source link

Pass forward refs #329

Closed franzheidl closed 1 year ago

franzheidl commented 1 year ago

In SelectOptionGroup and SelectDivider, the forwardedRef was not passed down as a ref inside the component, thus (presumably) causing React warnings. Pass ref={forwardedRef} added and version bumped to 1.5.6. to see whether this fixes the warnings.