Added TODO
All checks were successful
Lint / lint (push) Successful in 10s

This commit is contained in:
Julien Valverdé
2025-01-19 03:31:23 +01:00
parent 567140ac1d
commit d68cce4e1c

View File

@@ -9,6 +9,7 @@ export class ReffuseContext<R> {
readonly Provider: ReffuseContextReactProvider<R>
constructor() {
// TODO: scope the layer creation
this.Provider = (props) => {
const runtime = ReffuseRuntime.useRuntime()