react-aria-menubutton icon indicating copy to clipboard operation
react-aria-menubutton copied to clipboard

Fix ref prop type

Open OliverJAsh opened this issue 4 years ago • 0 comments

Fixes this error when passing a (forwarded) ref prop into Button:

Warning: Failed prop type: Invalid prop `forwardedRef` supplied to `AriaMenuButtonButton`.
    in AriaMenuButtonButton (created by Context.Consumer)

image

OliverJAsh avatar Nov 05 '20 12:11 OliverJAsh