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 e14f5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/images/webpack.ts
Expand Up @@ -30,7 +30,7 @@ const configureImageDefaults = (baseConfig: WebpackConfig): void => {
resolve.alias = {
...resolve.alias,
'sb-original/next/future/image': require.resolve('next/future/image'),
'next/future/image': path.resolve(__dirname, './images/next-legacy-image'),
'next/future/image': path.resolve(__dirname, './images/next-future-image'),
};
}
};
Expand Down
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 e14f5f9

Please sign in to comment.