Closed JanStevens closed 11 months ago
@JanStevens
thanks for taking your time to create this issue. I could manage to reproduce this under some conditions.
For now please use
createPreset({
accentColor: 'teal',
grayColor: 'sage',
borderRadius: 'sm',
}) as any
This will not harm your expericne using Panda CSS since all the auto completion is still available.
@JanStevens
I declared @pandacss/dev
and @pandacss/types
as peer dependencies. This should avoid a version missmatch and this error you described. Please use 0.26.2
Hi,
Using the following panda config with:
tsconfig for reference
I receive 2 typescript issues:
And second one specifically on the
createPreset
from@park-ui/panda-preset
Not sure how I can resolve this or if I did something wrong 🤔
Regards,