http://react-component.github.io/editor-mention/examples/customizeSuggesionAndTag.html
This example uses a functional component for tag.
Why does 'Mention' expect an element to be the prop type for tag?
shouldn't it be tag: _propTypes2['default'].func instead of tag: _propTypes2['default'].element?