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
Hi, if you're using the TokenAnnotator, there are examples of how to do that in the repository, if you use the TextAnnotator, last I checked it did not work.
You will get an error due to the way props is currently passed down in the source code, but you can ignore it.
Warning: React does not recognize the `renderMark` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `rendermark` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
I need custom styling for mark which highlights the text, is there anyway i can do that?
The text was updated successfully, but these errors were encountered: