Wali Mohammad Kadri

Results 8 issues of Wali Mohammad Kadri

Commit Message: Fix for issue #5348 ##Commit Description: This commit addresses issue #5348 by enhancing the sorting functionality in the GraphQL query generation. The modification includes the utilization of the...

invalid

fix: Documentation alignment issue Explanation: - Fixed the documentation of generated query params and updated them in doc. Closing issues: - Closes #5509 Self Check before Merge: - [x] Corresponding...

### Fixes #5473 but need green light to go further if I am going in right direction @BatuhanW @aliemir @omeraplak. #### 🔴 I will add the changeset, specs, documentation and...

ready-for-release

feat: add queryOptions configuration to useCan and CanAccess Add ability to configure useCan's queryOptions globally and through CanAccess component props. **Test plan:** Added the specs. **Closing issues:** Closes #5472 **Self...

ready-for-release

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...

This commit addresses several issues related to handling element not found errors in the element finder utility. ### Issues Fixed #4079 : - Replace TimeoutError with NoSuchElementError when an element...

This PR addresses an issue where `isLoading` was incorrectly set to `true` even when `fallbackData` was provided, particularly in SSR scenarios. This led to a "flash of skeleton" UI, which...

This PR exports the `FetcherResponse` type from the main `swr` package. Currently, `FetcherResponse` is only accessible via `swr/_internal`, which is not intended for public consumption. This change allows developers to...