Kha

Results 2 issues of Kha

In my `@/features/profiles/index.ts` file, I am exporting two React components like this: ``` export * from "./components/ProfilesPage"; export * from "./components/ProfilesPageLoading"; ``` However, in doing so, I'm getting the following...

## Bug report ### Current Behavior ![image](https://github.com/radix-ui/primitives/assets/82852973/b29f5b36-28a0-457e-857e-aae8fd82a3bd) Been banging my head against the wall with this one, so maybe someone has an idea on how to fix this. Here is...