Adagedo Israel

Results 6 issues of Adagedo Israel

When running tests for the **FetchBaseQuery** with a non-JSON body, there is a mismatch in the expected and received error messages. Specifically, the error formatting differs in how it handles...

rtk-query

This PR updates the existing PR titled "[Update Examples to use React Router 6.8 Patterns]" to reflect the changes for React Router version 6.26.2. Additionally, it includes updates to the...

### Summary & motivation Storybook was failing to run on Node.js v17+ due to OpenSSL breaking changes and Webpack's use of deprecated crypto functions. Added the --openssl-legacy-provider flag to the...

## Overview I placed the `Objects.requireNonNull` (null checks) at the start of each public-facing method to ensure that critical inputs are not null before proceeding with the logic. --- I...

## Overview My PR focused on extracting the logic that is shared between `invokeBeforeCallbacks` and `invokeAfterCallbacks` into a private method. This method generalizes the logic for invoking a list of...

My PR Replaces the reference-based metadata comparison with content-based comparison using `Objects.equals()`