-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Child components #173
Comments
use https://codesandbox.io/p/sandbox/hello-world-forked-px4kdh?file=%2Fsrc%2Findex.tsx%3A7%2C1 |
I'm trying to use r2wc to convert the React components of the elastic-search UI framework to use in a svelte app. Several of the components need the children passed as a function to the parent React r2wc component. I can't change the code of the elastic search components to use a slot to pass the children. The specific place I'm stuck is the
|
When passing a child component into my custom component it doesn't seem to render. How do I do that?
Example: https://codesandbox.io/p/sandbox/hello-world-forked-93tj8k
The text was updated successfully, but these errors were encountered: