I want to render a react component inside a Vue Component. I am using this plugin for that. But I'm not able to. Not able to figure out where I'm going wrong. Please help.
This is my Vue component:

This is my React component:

And this is .babelrc file:

And I am getting this error: "Cannot call a class as a function"
Thanks!