Skip to content

Commit

Permalink
Add missing meta option in hydrate
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ode committed Sep 25, 2024
1 parent 662c6e1 commit 568be25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mst-query/src/MstQueryHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ export class MstQueryHandler {
const { initialData, request, pagination } = options;

this.setVariables({ request, pagination });
this.options.meta = options.meta;

this.isLoading = false;

Expand Down

0 comments on commit 568be25

Please sign in to comment.