You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: