When inserting <r-content/> tag inside component it raises "Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'."
Looking at the source code I found that the test in browser-nested.js testing this tag is commented out. Is this deprecated or so?
When inserting
<r-content/>tag inside component it raises "Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'."Looking at the source code I found that the test in
browser-nested.jstesting this tag is commented out. Is this deprecated or so?