Fix: Rendering for multiple nested `head` and `body` nodes by agubler · Pull Request #812 · dojo/framework

@agubler agubler changed the title Fix rendering nesting multiple head and body nodes Fix: Rendering for multiple nested head and body nodes

Jul 10, 2020

@agubler

@agubler

matt-gadd

agubler added a commit to agubler/framework that referenced this pull request

Jul 22, 2020
* failing unit test for nested body and head tags

* skip head or body node when finding insert before node

agubler added a commit that referenced this pull request

Jul 22, 2020
* Fix types for insert after/before (#802)

Change insertBefore/After to allow any template children rather than typing based on the targeted node.

* Fix: Rendering for multiple nested `head` and `body` nodes (#812)

* failing unit test for nested body and head tags

* skip head or body node when finding insert before node

* move JSX types to tsx namespace (#818)

* fix unit test that was missed on master

Co-authored-by: Bradley Maier <bmaier@sitepen.com>