whopio / frosted-ui

Official Whop design system
https://storybook.whop.dev
Other
152 stars 6 forks source link

Adding frosted-ui to my project #214

Open noobCode-69 opened 3 weeks ago

noobCode-69 commented 3 weeks ago

Link to the code that reproduces this issue or a replay of the bug

No link

To Reproduce

  1. I added frosted-ui to my nextjs , tailwind , ts codebase as stated in the docs
  2. But when I import Theme to wrap my app around it
  3. I get this error
image

Current vs. Expected behavior

It should work fine

Verify canary release

b-nnett commented 3 weeks ago

Experiencing the same, when attempting to use the DatePicker on the latest version.

zx-xch commented 2 weeks ago

I am experiencing the same exact problem

g-delmo commented 2 weeks ago

@arturbien check this out

arturbien commented 2 weeks ago

@noobCode-69 @b-nnett @zx-xch can you provide a simple reproduction in codesandbox?

noobCode-69 commented 2 weeks ago

@noobCode-69 @b-nnett @zx-xch can you provide a simple reproduction in codesandbox?

@arturbien I just installed using npm as given in the docs , I was using react with vite . As soon I imported theme in application I got the above error

Thanks

b-nnett commented 1 week ago

@arturbien https://codesandbox.io/p/live/38ae3e77-310f-49d1-ae7e-506ea62b9b77. Add and initialise in layout and it breaks.

b-nnett commented 5 days ago

Bump. @arturbien

noobCode-69 commented 17 hours ago

any update on this @arturbien