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
When adding a third item to an array field, I get following error in the console: Uncaught TypeError: Cannot read properties of undefined (reading 'ignoreWhileFlattening')
at fieldReducer.js:16
Occurring if
-Array contains only blocks
-Array contains only nested arrays
-Array contains a block and a nested array (or more)
Not occurring if
-Array contains block(s) and a text field
-Array contains nested array(s) and a text field
You can check here: [email protected]:se6a/payload-blocks-in-array.git
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Define new collection type x
Define a field y of type array for collection x
Define a nested array for field y
create new collection x in the admin panel
add 3 items to the array
Detailed Description
The text was updated successfully, but these errors were encountered:
Bug Report
Hi there
When adding a third item to an array field, I get following error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'ignoreWhileFlattening')
at fieldReducer.js:16
Occurring if
-Array contains only blocks
-Array contains only nested arrays
-Array contains a block and a nested array (or more)
Not occurring if
-Array contains block(s) and a text field
-Array contains nested array(s) and a text field
You can check here:
[email protected]:se6a/payload-blocks-in-array.git
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Detailed Description
The text was updated successfully, but these errors were encountered: