Yasser
Yasser
Hello! This is one of the better designed UI component libraries out there so I'd love to use it in prod. However, I don't see explicit mentions of SvelteKit in...
### Describe the bug Hello! Please update the docs below - the example given has an incorrect object passed into the fetch fn: https://www.houdinigraphql.com/api/query#manual-loading ``` import { MyQueryStore } from...
**Describe the bug** Creating new Shipping Methods from the Admin UI doesn't work. Results in a generic error that doesn't specify why a new shipping method could not be created....
Hello, I'm getting this on Svelte using the following versions: "@sveltejs/kit": "^1.0.0-next.476", "svelte": "^3.50.1", ``` import autoAnimate from '@formkit/auto-animate'; {#each elements as el} ... some content {/each} ``` Typescript complains...
### Suggestion The documentation suggests using RequestHandlerNetlify type for an onGet request. However, that interface/class is no longer there as of v0.100.0. I see PlatformNetlify instead. Not sure yet how...
The following warning is thrown at build time by Vite. I couldn't find a way to conditionally set the "checked" value based on the "checked" prop/attr being there or not....
**Describe the bug** error.entity-with-id-not-found error is raised in some cases when a user is trying to place an order and pay via Stripe. It happens in the section below (service/services/order.service.js):...
**Describe the bug** The stripe Service's createPaymentIntent() attaches metadata to stripe's paymentIntent.create() call. The metadata is not guaranteed to be the same for the same order at different stages of...