Expand types for insert after/before by maier49 · Pull Request #802 · dojo/framework

@maier49

@maier49

@maier49 maier49 deleted the fix-child-types-in-templates branch

July 14, 2020 02:16

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

Jul 22, 2020
Change insertBefore/After to allow any template children rather than typing based on the targeted 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>