fix: patch @react-aria/overlays to support scroll gutter

This commit is contained in:
Aarnav Tale
2024-05-04 16:21:35 -04:00
parent 9f5ac6a9ef
commit ee42016a67
4 changed files with 39 additions and 11 deletions
+5
View File
@@ -55,5 +55,10 @@
},
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"patchedDependencies": {
"@react-aria/overlays@3.22.0": "patches/@react-aria__overlays@3.22.0.patch"
}
}
}