System Information
- Strapi Version: v4.5.6
- Operating System: Mac OS X 12.15.1
- Database: Sqlite
- Node Version: 18.13.0
Whenever I try to delete a component or move the component on the page, I get the dreaded “Whoops!..” message and in the browser console the following:
main.386bbeb5.js:568 TypeError: i is not iterable
at content-manager.a489bdc0.chunk.js:1005:19348
at Y.produce (main.386bbeb5.js:507:88253)
at Ch (content-manager.a489bdc0.chunk.js:1005:18015)
at Object.Hl [as useReducer] (main.386bbeb5.js:566:55850)
at a.useReducer (main.386bbeb5.js:598:5864)
at Wr (content-manager.a489bdc0.chunk.js:1005:23316)
at Zu (main.386bbeb5.js:566:54583)
at ti (main.386bbeb5.js:566:64349)
at Zn (main.386bbeb5.js:570:10106)
at ct (main.386bbeb5.js:570:990)```
As there is no API for components, I’m a bit puzzled on how I can resolve this issue. Does anyone have an idea?
Thanks!
Will