We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to pass in a component as a property to another component?
This seems to work in SSR (which has component.render), but not in the DOM. Do you have recommendations on how to handle the role of Body__Table.html?
Body__Table.html
https://svelte.technology/repl?version=1.28.0&gist=ce376ba415bda589f85528561eddc6b9
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #640
Sorry, something went wrong.
Aha. I missed that one. Thank you!
No branches or pull requests
Is it possible to pass in a component as a property to another component?
This seems to work in SSR (which has component.render), but not in the DOM. Do you have recommendations on how to handle the role of
Body__Table.html
?https://svelte.technology/repl?version=1.28.0&gist=ce376ba415bda589f85528561eddc6b9
The text was updated successfully, but these errors were encountered: