Panel pages field / this.options.selected.map is not a function

when using the pages field type and after clicking on the field i am receiving the following error. haven’t had that anytime before

tried with 3.1.2

blueprint:

  content:
    type: fields
    fields:
      selection:
        label: Page-Selection
        type: pages

the issue was, that i changed from “select” to “pages” and the old data was messing up things.

2 Likes