Thinkmill / keystatic

First class CMS experience, TypeScript API, Markdown & YAML/JSON based, no DB
https://keystatic.com
MIT License
1.02k stars 68 forks source link

all overlays broken since 0.5.20 #1181

Closed stefanprobst closed 2 weeks ago

stefanprobst commented 2 weeks ago

repro: https://github.com/stefanprobst/issue-keystatic-overlays

in current keystatic versions, all overlays (dialogs etc.) are not shown. i only see the dimmed background, but nothing else.

last known version to work is 0.5.19 for me.

to reproduce, clone the repro and in the keystatic ui, add a "Post" and click the "Add" Cards button => see the background being dimmed but nothing else being shown.

when pinning keystatic to 0.5.19 everything works:

"pnpm": {
  "overrides": {
    "@keystatic/core": "0.5.19"
  }
},
arihantverma commented 2 weeks ago

I can confirm. I am facing this as well.