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.```
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?