Skip to content

Commit

Permalink
chore: pickContext should be extend now (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
zllkjc authored Nov 6, 2024
1 parent c9ff8c0 commit 3b14788
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export interface TRuntimeContext extends Partial<BaseRuntimeContext> {
navigate: Router['navigate'];
location: RouterState['location'];
};
[key: string]: any;
}

export const getInitialContext = (
Expand Down

0 comments on commit 3b14788

Please sign in to comment.