0.1.1 #3

Merged
Thilawyn merged 24 commits from next into master 2025-01-22 03:42:22 +01:00
Showing only changes of commit d68cce4e1c - Show all commits

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()