direct radix imports, whitelist from eslint

This commit is contained in:
Samuel Newman
2026-05-25 19:05:53 +03:00
parent 5867c2be57
commit ad0df3cf43
7 changed files with 16 additions and 8 deletions
+7
View File
@@ -205,6 +205,13 @@ export default defineConfig(
// this is a dep for @atproto/api, but we absolutely need them in sync, so just
// rely on the transient version
'@atproto/common-web',
// expo is not good enough at tree-shaking to use `radix-ui` directly
'@radix-ui/react-dismissable-layer',
'@radix-ui/react-focus-guards',
'@radix-ui/react-focus-scope',
'@radix-ui/react-dropdown-menu',
'@radix-ui/react-select',
'@radix-ui/react-popover',
],
},
],