Skip to content
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

AnyAttr experimentation #3460

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

AnyAttr experimentation #3460

wants to merge 2 commits into from

Conversation

zakstucke
Copy link
Contributor

@zakstucke zakstucke commented Jan 8, 2025

Follow on from #3458. Doesn't solve, but might help narrow it down as it's a "cleaner" implementation.

By literally changing self.add_any_attr(attr).into_any() to self.into_any() inside dyn_add_any_attr() it compiles without a problem.
https://github.com/leptos-rs/leptos/pull/3460/files#diff-dfd7b4995a3df23a931fe30b3c3574799e21fea8ae7da1e7b76115676ca80e2bR35

Seems to be an issue with AddAnyAttr recursion rather than IntoAny.

@zakstucke zakstucke marked this pull request as ready for review January 8, 2025 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant