You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I have encountered an issue where the Authorization header is being passed within a map object instead of directly in the headers. This is preventing the proper transmission of the headers in requests. The headers object looks like:
Description:
I have encountered an issue where the Authorization header is being passed within a map object instead of directly in the headers. This is preventing the proper transmission of the headers in requests. The headers object looks like:
This structure is causing issues because the expected format should be:
Using this with "react-native": "0.76.5", "@reduxjs/toolkit": "^2.5.0",
The text was updated successfully, but these errors were encountered: