react-integration icon indicating copy to clipboard operation
react-integration copied to clipboard

Does this still work? (2021 - React 17)

Open tam5 opened this issue 3 years ago • 0 comments

Hi, I see not many updates recently.

Does this still work as a valid option to use web-components inside react?

I've not yet been able to successfully render a component in react.

Here is what I think should be the correct usage of a basic example:

https://codesandbox.io/s/peaceful-frog-uhf6u

Error message:

Objects are not valid as a React child (found: object with keys {strings, values, type, processor}). If you meant to render a collection of children, use an array instead.

So, am I doing something wrong? Is there a more up to date solution to this problem?

tam5 avatar Mar 21 '21 21:03 tam5