You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e(node,"snippet_shadowing_children_prop","The component content is implicitly passed as a `children` snippet which conflicts with the `children` prop set as an attribute.");
1086
+
}
1087
+
1079
1088
/**
1080
1089
* This snippet is conflicting with the prop `%prop%` with the same name
1081
1090
* @param {null | number | NodeLike} node
@@ -1384,13 +1393,4 @@ export function unexpected_reserved_word(node, word) {
1384
1393
*/
1385
1394
exportfunctionvoid_element_invalid_content(node){
1386
1395
e(node,"void_element_invalid_content","Void elements cannot have children or closing tags");
1387
-
}
1388
-
1389
-
/**
1390
-
* The component content is implicitly passed as a `children` snippet which conflicts with the `children` prop set as an attribute.
e(node,"snippet_shadowing_children_prop","The component content is implicitly passed as a `children` snippet which conflicts with the `children` prop set as an attribute.");
0 commit comments