Brisanet / ion-react

Ion design system in react
https://main--63da5890a06a8f8f995110dd.chromatic.com/
MIT License
10 stars 1 forks source link

fix: can't build #36

Closed Atzac closed 1 year ago

Atzac commented 1 year ago

Description

On build the application, this error appears:

src/index.ts → dist/cjs/index.ts, dist/esm/index.ts... (!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find module '@stitches/react' or its corresponding type declarations. src/stitches.config.ts: (1:32)

1 import { createStitches } from '@stitches/react';