We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94949aa commit 71cc8e0Copy full SHA for 71cc8e0
src/server/types.ts
@@ -54,7 +54,7 @@ export abstract class BaseLiveViewComponent<T, P> implements LiveViewComponent<T
54
55
private componentManager: LiveViewComponentManager;
56
57
- abstract mount(params: any, session: any, socket: LiveViewSocket<T>): T;
+ abstract mount(params: LiveViewMountParams, session: Partial<SessionData>, socket: LiveViewSocket<T>): T;
58
abstract render(context: T): LiveViewTemplate;
59
60
handleParams(params: StringPropertyValues<P>, url: string, socket: LiveViewSocket<T>): T {
0 commit comments