Minhazur Rahman Ratul
Results
2
issues of
Minhazur Rahman Ratul
In the new carousel component, ```ts import useEmblaCarousel, { type EmblaCarouselType as CarouselApi, type EmblaOptionsType as CarouselOptions, type EmblaPluginType as CarouselPlugin, } from "embla-carousel-react" ``` These types were not exported...
When I am trying to update a subscription in this way, ```ts await client.updateSubscription({ id: user.subscriptionId, variantId: `${user.variantId}`, productId: process.env.LEMONS_SQUEEZY_PRODUCT_ID as string, cancelled: true, }); ``` I am getting 400...