使用forwardRef 使用forwardRef在ts的React项目中使用 forwardRef来传递 ref: const MapTooltip = React.forwardRef<HTMLDivElement, IMapTooltip> ((ref, props) => {} js中: const MapTooltip = forwardRef((ref, props) => {})