react-bulma-components icon indicating copy to clipboard operation
react-bulma-components copied to clipboard

Navbar.Item is missing arrowless prop in typescript

Open christopherpickering opened this issue 3 years ago • 0 comments

Describe the bug Navbar.Item is missing arrowless prop in typescript definition.

To Reproduce Steps to reproduce the behavior:

<Navbar.Item href="/" active={isActive('/')} arrowless="true">

Versions

  • react-bulma-components:: 4.1.0
  • bulma:0.9.4
  • react:18.2.0
  • Browser: (e.g. Firefox version 67) Safari

Additional context Add any other context about the problem here.

christopherpickering avatar Aug 30 '22 02:08 christopherpickering