React Bootstrap OverlayTrigger and Tooltip issue
问题 I am trying to use react-bootstrap OverlayTrigger and Tooltip inside of a formatter for react-bootstrap-table and keep getting the following error: OverlayTrigger's only required prop is overlay which is supposed to be a node and Tooltip's only required prop is id (despite none of their examples showing that you need an ID) which needs to be a string. "onlyChild must be passed a children with exactly one child." relevant code in question looks like: import {Button, DropdownButton, MenuItem,