We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e73f94 commit 9bb3f8aCopy full SHA for 9bb3f8a
src/next.tsx
@@ -201,9 +201,7 @@ export function createNextDsfrIntegrationApi(params: Params): NextDsfrIntegratio
201
);
202
}
203
204
- Object.keys(App).forEach(
205
- staticMethod => ((AppWithDsfr as any)[staticMethod] = (App as any)[staticMethod])
206
- );
+ Object.keys(App).forEach(key => ((AppWithDsfr as any)[key] = (App as any)[key]));
207
208
if (doPersistDarkModePreferenceWithCookie) {
209
const super_getInitialProps =
0 commit comments