react_vue_ts icon indicating copy to clipboard operation
react_vue_ts copied to clipboard

Vuera TS lib

Results 8 react_vue_ts issues
Sort by recently updated
recently updated
newest added

I am facing an issue while consuming react component in vuejs2. Here is the complete information https://stackoverflow.com/questions/77088280/react-usestate-cannot-read-properties-of-null-reading-usestate-while-consume @tachyon-ops can you please suggest

I am passing a value from one component to another in React. Creating a updatable table from APIs on Database. The code will recognise the values in the new form...

I want to call react's event from vue component I tried like this https://github.com/akxcv/vuera/issues/54 but not work. - In React console.log(e)}}> - In vue component mounted() { this.$emit('loading', 123) }...

Hello, I'm not sure if this is the right place to raise this but I was wondering if it is possible to use this package with vue2 and nuxt. I...

Trying to load a React component in Vue3 using a micro frontend Vue3 host (federation). Getting this error when using vuera-ts: **[ERROR] Could not resolve "uuid" node_modules/vuera-ts/dist/wrappers/ReactWrapper.js:4:19: 4 │ import...

Thanks a lot @tachyon-ops for maintaining this package. I'm trying to use it to display a basic React component in Nuxt3, but I'm getting the same error than in [#10](https://github.com/tachyon-ops/react_vue_ts/issues/10)...