I'm encountering an error while trying to implement react-aria using rwsdk 0.0.84.
The issue I have is:
error running /Users/my_user/Projects/my_project/node_modules/.vite/deps_worker/react-aria-components.js?v=6f066f86
This module cannot be imported from a Server Component module. It should only be used from a Client Component.```
The file src/app/design-system/Button.tsx has the "use client"; directive at the top.
This means both the component and its direct dependency Button.tsx are correctly marked as Client Components.
The error message "Error: This module cannot be imported from a Server Component module. It should only be used from a Client Component." specifically implicates react-aria-components.js.