Open NeleR opened 5 years ago
Hello, I have the same problem. Have you solved it?
Did anyone find a solution to this? It’s working very well with regular React components, but I get compile errors every time I add a TypeScript React component (I already added TypeScript support to my Vue project). Thanks!
i have the same problem in ts
For me the component gets displayed. Perhaps after years this got fixed.
I've got a working Vue application with a React component inside: https://codesandbox.io/embed/use-a-react-component-inside-a-vue-application-ew1s8. (thanks to https://medium.com/@cedricmckinnie/using-react-components-directly-in-vue-components-with-or-without-typescript-part-2-full-ccf7225b4304)
Now I'd like to add typescript to the application, but I cannot figure out how to get this working. Here's my best try: https://codesandbox.io/embed/use-a-react-component-inside-a-vue-application-typescript-s7vtv But, as you can see, the React component is no longer displayed.