Skip to content

Commit

Permalink
Add missing buildId property to appRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jul 4, 2023
1 parent 05de1f0 commit d4e9976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/frameworks/nextjs/src/routing/app-router-provider.tsx
Expand Up @@ -68,6 +68,7 @@ const AppRouterProvider: React.FC<AppRouterProviderProps> = ({ children, action,
changeByServerResponse() {
// NOOP
},
buildId: 'storybook',
tree,
focusAndScrollRef: {
apply: false,
Expand Down

0 comments on commit d4e9976

Please sign in to comment.