Skip to content

Commit

Permalink
enables src data key
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 21, 2024
1 parent a148c81 commit 9f219e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gateway/src/useAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export function useAuth() {
return <Link {...props} />;
},
},
features: {
enableComponentSrcDataKey: true,
},
config: {
defaultFinality: undefined,
},
Expand Down

0 comments on commit 9f219e2

Please sign in to comment.