"Whoops!..." when trying to delete a component 😥

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

Just so that I know what I’m dealing with (since nobody chimed in on this):

  • Is this a “never heard of” problem and therefore nobody can help?
  • Or is it so obvious that I should find the solution myself?

Thanks!
Will