Skip to content

Commit

Permalink
Fix some overlays not showing (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Jun 18, 2024
1 parent e172b7a commit 69d429a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/nine-kiwis-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystar/ui': patch
'@keystatic/core': patch
---

Fix some overlays not showing
11 changes: 0 additions & 11 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
]
}
]
}

0 comments on commit 69d429a

Please sign in to comment.