Skip to content

Commit d2ca544

Browse files
committed
Remove previous solution getSliceInitializer
1 parent b5a1f44 commit d2ca544

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/pwa-kit-extension-sdk/src/react/classes/ApplicationExtension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,4 @@ export class ApplicationExtension<
6565
public beforeRouteMatch(routes: RouteProps[]): RouteProps[] {
6666
return routes
6767
}
68-
69-
public getSliceInitializer(): any {
70-
return () => ({})
71-
}
7268
}

0 commit comments

Comments
 (0)