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

Revert "Improve nested html! expansion by unwrapping VNodes (#820)" #842

Merged
merged 1 commit into from
Jan 4, 2020

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Jan 4, 2020

This reverts commit a900fbe.

The changes introduced in #820 resulted in a regression. Fixes: #839

@jstarry jstarry merged commit 70862a4 into yewstack:master Jan 4, 2020
@jstarry jstarry deleted the revert-nested-html branch January 4, 2020 18:35
jstarry added a commit that referenced this pull request Jan 6, 2020
…843)

* Revert "Revert "Improve nested html! expansion by unwrapping VNodes (#820)" (#842)"

This reverts commit 70862a4

* Add minor fix to VList to conform with #820

* Add unittest for the regression bug #839

* Resolve #839 regression issue introduced by #820

* wip

* Revert "Resolve #839 regression issue introduced by #820"

This reverts commit 34dc935.

* Use explicit html_nested

* Remove NodeSeq from prelude

* Clean up tests

* Add list and tag tests

* Revert vtag children change

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
llebout pushed a commit to llebout/yew that referenced this pull request Jan 20, 2020
llebout pushed a commit to llebout/yew that referenced this pull request Jan 20, 2020
…ewstack#843)

* Revert "Revert "Improve nested html! expansion by unwrapping VNodes (yewstack#820)" (yewstack#842)"

This reverts commit 70862a4

* Add minor fix to VList to conform with yewstack#820

* Add unittest for the regression bug yewstack#839

* Resolve yewstack#839 regression issue introduced by yewstack#820

* wip

* Revert "Resolve yewstack#839 regression issue introduced by yewstack#820"

This reverts commit 34dc935.

* Use explicit html_nested

* Remove NodeSeq from prelude

* Clean up tests

* Add list and tag tests

* Revert vtag children change

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
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.

if and else have incompatible types: VChild VNode
1 participant