Open morja opened 11 months ago
I also get an error when I try opening the page or file dialog:
index.min.js:1 TypeError: Cannot read properties of undefined (reading 'map')
at a.items (index.min.js:1:18921)
at t.get (vue.min.js:11:28022)
at t.evaluate (vue.min.js:11:29018)
at a.items (vue.min.js:11:31194)
at a.<anonymous> (index.min.js:1:20278)
at t._render (vue.min.js:11:45523)
at a.r (vue.min.js:11:79429)
at t.get (vue.min.js:11:28022)
at t.run (vue.min.js:11:28755)
at en (vue.min.js:11:19575)
The line in index.min.js:
return this.models.map(this.item)
I'm getting the same error when adding type: markdown
to a blueprint.
Same error for me. Does anyone have any insight?
@morja @bigskillet @tomstreeter I just tried to reproduce that issue, could you please share a few more details with me? Namely Kirby version, Plugin version (Kirby 4 installations only work with 3.0.0+) and your blueprints?
@fabianmichael oh, thanks! I completely missed version 3.0.0! It looks good so far!
Yeah, this was me missing that 3 exists. Updated to the current main and all is well.
I also got confused because GitHub says latest is 2.x and composer doesn’t bring it up when running outdated
. All good now using 3.x
Hi, I just installed the plugin and when I set a field to
type:markdown
I get the following error in the panel:The line in index.min.js:
page: this.pagination.page
I am using Kirby 4.0.2