@measured/puck 0.10.1-canary.cc20c52 → 0.11.0-canary.6145c32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3278,7 +3278,7 @@ var ArrayField = ({
|
|
3278
3278
|
ref: provided.innerRef,
|
3279
3279
|
className: getClassName6({
|
3280
3280
|
isDraggingFrom: !!snapshot.draggingFromThisWith,
|
3281
|
-
hasItems: value.length > 0
|
3281
|
+
hasItems: Array.isArray(value) && value.length > 0
|
3282
3282
|
}),
|
3283
3283
|
children: [
|
3284
3284
|
Array.isArray(value) && value.length > 0 ? arrayState.items.map(({ _arrayId, data }, i) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|