react-integration
react-integration copied to clipboard
Does this still work? (2021 - React 17)
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?