We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eb715 commit 2330df8Copy full SHA for 2330df8
1 file changed
src/js/component.js
@@ -689,7 +689,7 @@ class Component {
689
* Remove a child `Component` from this `Component`s list of children. Also removes
690
* the child `Component`s element from this `Component`s element.
691
*
692
- * @param {Component} component
+ * @param {string|Component} component
693
* The child `Component` to remove.
694
*/
695
removeChild(component) {
0 commit comments