79177483

Date: 2024-11-11 11:39:07
Score: 1.5
Natty:
Report link

I am not sure if this is intentional but are you using bootstrap or react-bootstrap? because from your code you try to import vanilla bootstrap. This is maybe your issue. Try to import the button via react-bootstrap and it should work.

Reason why is simple: Bootstrap itself doesn't provide individual components like Button in a way that can be imported directly from bootstrap as you’ve done in the original code.

Thats what react-bootstrap is for

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: LMA