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 c29caa8 commit d9179f8Copy full SHA for d9179f8
types/index.d.ts
@@ -11,6 +11,6 @@ import { Application } from "stimulus";
11
12
declare module "@symfony/stimulus-bridge" {
13
14
- export function startStimulusApp(context: __WebpackModuleApi.RequireContext): Application;
+ export function startStimulusApp(context?: __WebpackModuleApi.RequireContext): Application;
15
16
}
0 commit comments