Canihaz the npm package?
Hey there. I'm the maintainer of draft-js-plugins and as you can imagine - selection popovers are a very common occurance when working with draft-js or text editors in general. I'm about to publish a react component that does what this component does, with a few more optional configuration options.
Would you consider granting me access to the npm package? I'd eventually publish a version 2...
Thanks for this comment, my googling found many not-maintained popover libraries (both native javascript that had various bugs/incompatabilities/overcomplexities, and React specific ones) before finding your newer one via this comment that worked wonderfully easily with modern React versions. For those interested: https://github.com/juliankrispel/react-text-selection-popover
Great job on your documentation/examples too.
This makes me think NPM needs functionality to say "Report as not maintained, add alternative suggestion", to get quality libraries more visibility if the current popular libraries fall out of maintenance... but now I'm just rambling
mvanloden's library seemed very easy to use (specific full documentation is lacking slightly, but no big deal there), but trying to use with React 16, the PropTypes references were failing