You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the code for the demonstration navbar is placed into a react component, it gives two errors and fails to compile. The first is that the dropdown prop in the Navbar.Item does not exist. The second is for the position prop on the Navbar.Container.
To Reproduce
Steps to reproduce the behavior:
Create new react app with typescript
Add a header component
Place the demo text into the react app with the appropriate imports
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
react-bulma-components:: 4.0.7
bulma:0.9.3
react:17.0.2
Browser: Chrome 91.0.4472.114 and Firefox 89.0.2 (64-bit)
The text was updated successfully, but these errors were encountered:
Describe the bug
When the code for the demonstration navbar is placed into a react component, it gives two errors and fails to compile. The first is that the dropdown prop in the Navbar.Item does not exist. The second is for the position prop on the Navbar.Container.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
react-bulma-components:
: 4.0.7bulma
:0.9.3react
:17.0.2The text was updated successfully, but these errors were encountered: