-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only set originalArgs if they're not undefined #1711
Conversation
@@ -37,7 +37,6 @@ import { | |||
copyWithStructuralSharing, | |||
} from '../utils' | |||
import type { ApiContext } from '../apiTypes' | |||
import { defaultMemoize } from 'reselect' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a 🧟 import.
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e5fecba:
|
I think this should do just fine. I'll give it another look in the evening just to be double sure. |
Fixes #1709.
I believe we can just skip setting this property in the substate when it's
undefined
. I double-checked all of the invalidation behavior and this appears to be a non-issue.For a user that uses
originalArgs
, there is no difference in the check they'd have to use for this anyways?https://codesandbox.io/s/rtkq-beta-ssr-repro-7q819 - CSB running this build