RevenueCat / purchases-js

MIT License
5 stars 3 forks source link

Fix storybook development mode #145

Closed AbraaoAlves closed 2 months ago

AbraaoAlves commented 2 months ago

Motivation / Description

Storybook dev mode is broken

image

To reproduce, just run:

npm install
npm run storybook

Storybook breaks because some svelte files are importing types from ts files like runtime code, not just types.

Changes introduced

Linear ticket (if any)

Additional comments

tonidero commented 2 months ago

You're right @AbraaoAlves. Thanks for the contribution!

We will get this merged and will be deployed on the next release 👍