zendeskgarden / react-components

:seedling: garden React components
https://zendeskgarden.github.io/react-components/
Apache License 2.0
1.1k stars 89 forks source link

fix(tables): replace invalid `<div>` from Table `OverflowButton` w/ `<span>` #1939

Closed ze-flo closed 1 month ago

ze-flo commented 1 month ago

Description

Replaces invalid <div> from Table OverflowButton w/ <span>

Detail

Checklist

ze-flo commented 1 month ago

For the sake of bookkeeping are you able to reference the v9 PR in the PR description?

There's no direct equivalent. Removing the invalid <div> was a side-effect from (breaking) changes made to the OverflowButton in https://github.com/zendeskgarden/react-components/pull/1833.