@symbo.ls/atoms 2.11.477 → 2.11.480
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Collection.js +2 -1
- package/package.json +2 -2
package/Collection.js
CHANGED
|
@@ -135,7 +135,7 @@ export const Collection = {
|
|
|
135
135
|
const obj = {
|
|
136
136
|
tag: 'fragment',
|
|
137
137
|
props: {
|
|
138
|
-
|
|
138
|
+
ignoreChildProps: true,
|
|
139
139
|
childProps: el.props && el.props.childProps
|
|
140
140
|
}
|
|
141
141
|
}
|
|
@@ -181,6 +181,7 @@ export const Collection = {
|
|
|
181
181
|
const obj = {
|
|
182
182
|
tag: 'fragment',
|
|
183
183
|
props: {
|
|
184
|
+
ignoreChildProps: true,
|
|
184
185
|
childProps: el.props && el.props.childProps
|
|
185
186
|
}
|
|
186
187
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/atoms",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.480",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "14db2b8d241d45fa80f588a2e0a6c50f5dbd8bee",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/state": "^2.5.0",
|
|
9
9
|
"@domql/utils": "^2.5.0",
|