reactstrap
seems to be working fine with components that don't use popper, but when I try to use DropdownToggle and DropdownMenu I get popperManager is undefined
. I'm using nextjs
, but not sure if that's relevant. What's going wrong?
Asked
Active
Viewed 216 times
1

brandones
- 1,847
- 2
- 18
- 36
1 Answers
2
This is what happens when you forget to wrap DropdownToggle
and DropdownMenu
elements in a Dropdown
element.

brandones
- 1,847
- 2
- 18
- 36