[PATCH][BUGFIX] 2.0.2
To support the diversities picker long-click functionality, I used onMouseDown, and remove the click handler, meaning nothing prevents its default.
Clicking emojis added a shebang(#!) to the url, and in react router apps triggered a re-render.
Here I add a preventDefault handler for the picker that stops this from happening.
Related to:
#50