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

Fix generic component tags in html macro #837

Merged
merged 1 commit into from
Dec 31, 2019

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Dec 31, 2019

Fixes #834

This used to generate an error:

error: this close tag has no corresponding open tag
  --> src/main.rs:22:40
   |
22 |             <GenericComponent<String>> </GenericComponent>
   |                                        ^^^^^^^^^^^^^^^^^^^

@jstarry jstarry merged commit f731334 into yewstack:master Dec 31, 2019
@jstarry jstarry deleted the generic-html-fix branch December 31, 2019 17:33
@jstarry jstarry added the bug label Jan 6, 2020
llebout pushed a commit to llebout/yew that referenced this pull request Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic component false positive error during html macro generation
1 participant