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
It should possible to observe them. If not we can just make them simple hyperlinks so user can click on!
There are three types of datatip: React, HTML, Snippet. All of them are converted to some HTML in the end for rendering. So we can add Hyperclick capability after the final rendering. We can use renderToStaticMarkup to convert it to text if that is more suitable.
Instead, we can do this individually for the three types. That might be easier. In that case, we will only need static markup rendering only for the react-dom (which we are already doing it anyway). For HTML and Snippet types, the content is simple.
It would be nice if:
The text was updated successfully, but these errors were encountered: