vaadin / react-components

15 stars 4 forks source link

fix: support ReactElement as MenuBar items #205

Closed tomivirkki closed 11 months ago

tomivirkki commented 11 months ago

Description

Related to https://github.com/vaadin/react-components/pull/204

Fix the support for using custom content / React components in MenuBar items.

Screenshot 2023-12-21 at 13 44 58

Fixes https://github.com/vaadin/react-components/issues/54

Type of change

Bugfix