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
Currently we use onTargetClick to react to user clicks on the content of a TapTarget. This works but it would be nicer to be able to pass the click even to the content of the TapTarget, so that their onClick function can be called instead.