Fix
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-01-14 15:53:42 +01:00
parent 2aaee4826b
commit ae6bb410a3

View File

@@ -14,7 +14,7 @@ export class Reffuse<
readonly Provider: ReffuseReactContext.Provider<RuntimeR, OwnContextR, ParentContextR> readonly Provider: ReffuseReactContext.Provider<RuntimeR, OwnContextR, ParentContextR>
constructor( constructor(
readonly runtime: Runtime.Runtime<RuntimeR>, private readonly runtime: Runtime.Runtime<RuntimeR>,
parent?: Reffuse<RuntimeR, ParentContextR, unknown, unknown>, parent?: Reffuse<RuntimeR, ParentContextR, unknown, unknown>,
) { ) {
this.Provider = parent this.Provider = parent