diff --git a/.changeset/nine-kiwis-teach.md b/.changeset/nine-kiwis-teach.md new file mode 100644 index 000000000..325b205d3 --- /dev/null +++ b/.changeset/nine-kiwis-teach.md @@ -0,0 +1,6 @@ +--- +'@keystar/ui': patch +'@keystatic/core': patch +--- + +Fix some overlays not showing diff --git a/babel.config.json b/babel.config.json index e3673789e..497c10ea1 100644 --- a/babel.config.json +++ b/babel.config.json @@ -21,16 +21,5 @@ "@babel/plugin-transform-runtime", "@babel/plugin-proposal-explicit-resource-management", ["@babel/plugin-transform-private-property-in-object", { "loose": true }] - ], - "overrides": [ - { - "test": ["packages/keystatic/src/**/*", "design-system/pkg/src/**/*"], - "plugins": [ - [ - "babel-plugin-react-compiler", - { "runtimeModule": "#react-compiler-runtime" } - ] - ] - } ] }