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 has been 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.```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: