Muhammad Faizan Uddin
Muhammad Faizan Uddin
Added "full-text-search" as keyword
Provides a message 'Invalid Username" on wrong user input
This PR updates the type signature of the useMap function to improve type safety as reference in #278 By specifying separate generic types for keys and values (K and V),...
This pull request resolves [Issue #9](https://github.com/lukeed/dequal/issues/9), which identifies a problem with dequal failing to handle comparisons of objects created in different realms (e.g., arrays from iframes or VM contexts). **Changes**...
Resolves #503 ## Summary This PR adds support for `retryCondition` option for `$fetch`. ### What’s new - Introduces `retryCondition(context)` callback for custom retry logic. - Keeps `retryStatusCodes` and `retryCondition` independent...