-
-
Notifications
You must be signed in to change notification settings - Fork 7
Links only work with string arguments #27
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
Comments
I've done a quick hack here that goes some way to fixing the problem. I can now create links that include an SVG icon and a html.span() containing the link text. I'm pretty sure it will choke on links that contain nested @component definitions. |
This is a more broad issue related to client-side components. Right now, rendering server side components as a children of client-side components is really buggy. |
For traceability, here's another related issue with the link component. I will check if the link component can be rewritten as a server-side component in the next |
The following works:
When I replace 'Users' with a html composite, eg:
The button composite is rendered as an empty
<div></div>
. The button composite renders correctly outside the link.The text was updated successfully, but these errors were encountered: