-
Notifications
You must be signed in to change notification settings - Fork 529
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
fix(cache): support multi-index and multiple queries per index #6275
fix(cache): support multi-index and multiple queries per index #6275
Conversation
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 ca700da:
|
@Haroenv this one :
We would need to react to And the one at the end of #6259 is unrelated too. I'll ask them to split once this is done |
In that case I think the issue identified in #6258 can be marked as done, and the part where the remix integration docs is wrong can be a separate ticket :) |
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.
👏
Summary
FX-2938
Fixes part of #6258 and #6259
Result
{ method: 'search', args: [Array<QueryParams>] }
, not{ method: 'search', args: Array<Array<QueryParams>> }
as it takes a single argument which is an array of params.