You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Using the latest radix-ui/react* primitives, and the latests design-system. and React 18. Failed build.
Failed in designSystemProvider component.
Is there a workaround?
Creating an optimized production build...
Failed to compile.
TS2339: Property 'children' does not exist on type '{}'.
2 | import { IdProvider } from '@radix-ui/react-id';
3 |
> 4 | export const DesignSystemProvider: React.FC = ({ children }) => <IdProvider>{children}</IdProvider>;
| ^^^^^^^^
5 |
error Command failed with exit code 1.```