You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have structure layout issue, so I use 'data-tip' to pass content into <ReactTooltip />, like <img />, but it will show [object object]. If I put data-tip="<div>test</div>", it will get the same result [object object]. Is it possible to add the feature?