Display tooltip with full citation using react-tooltip
fixes #6
It looks like you didn't add the tooltip package to package.json. Please run npm i react-tooltip and commit the results :slightly_smiling_face:
Oh sorry, forgot to add it. Will do 🙂
Awesome stuff. I am having an issue where the first two citations don't have a tooltip displaying. Are you able to reproduce this issue?
Also can you change the tooltip type attribute to "light"? I just think it looks a little nicer
I tried "light" color, but it had a terrible readability. "dark" looks much better.
The problem with first 2 tooltips persists on deployed instance, but I can't reproduce it locally... strange.