React-Bootstrap dropdown not expanding

前端 未结 5 526
攒了一身酷
攒了一身酷 2021-01-02 08:22

I\'ve just started implementing React-Bootstrap in my site, but the NavDropdown component will not expand when clicking on it.

What I did: npm install -s react

5条回答
  •  春和景丽
    2021-01-02 08:37

    For me it was Bootstrap 4 with react-bootstrap. When you downgrade to Bootstrap 3.3.7 it works.

提交回复
热议问题