React Bootstrap OverlayTrigger and Tooltip issue

前端 未结 2 1073
别那么骄傲
别那么骄傲 2021-01-13 15:14

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

2条回答
  •  温柔的废话
    2021-01-13 15:50

    It's likely that either submitter or toolTipInstance are either null/undefined or one of them is an array of more than 1 component.

提交回复
热议问题