File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -685,9 +685,10 @@ const h = (
685685 childNodes : NodeListOf < ChildNode >
686686 ) => {
687687 element
688- . querySelectorAll ( 'children' )
688+ . querySelectorAll ( 'children, #__children ' )
689689 . forEach ( ( _element : ForsteriElement__EnsureElement ) => {
690690 let childrenWrapper = document . createElement ( "div" )
691+ childrenWrapper . id = "__children"
691692
692693 childNodes . forEach ( ( child ) => {
693694 childrenWrapper . appendChild ( child )
Original file line number Diff line number Diff line change 11{
22 "name" : " forsteri" ,
33 "description" : " Reusable reactive Web Component with Virtual DOM in 1KB (gzipped)" ,
4- "version" : " 0.2.11 " ,
4+ "version" : " 0.2.12 " ,
55 "main" : " index.js" ,
66 "typings" : " dist/index.d.ts" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments