Hello! I caught two errors with undefined block properties. TypeError: Cannot read properties of undefined (reading 'links')\n in
|
content: {links, ...content}, |
and
TypeError: Cannot read properties of undefined (reading 'map')\n in
I don't know how to reproduce these errors because I found them in the logs. But this can be reproduced by editing the contents of the page-constructor component.
Hello! I caught two errors with undefined block properties.
TypeError: Cannot read properties of undefined (reading 'links')\ninpage-constructor/src/sub-blocks/LayoutItem/LayoutItem.tsx
Line 18 in baa0f3d
TypeError: Cannot read properties of undefined (reading 'map')\ninpage-constructor/src/blocks/Icons/Icons.tsx
Line 43 in 80f3cfa
I don't know how to reproduce these errors because I found them in the logs. But this can be reproduced by editing the contents of the page-constructor component.