Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Failed build on designSystemProvider #378

Open
mattwongasimov opened this issue Jul 12, 2022 · 0 comments
Open

Failed build on designSystemProvider #378

mattwongasimov opened this issue Jul 12, 2022 · 0 comments

Comments

@mattwongasimov
Copy link

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.```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant