0.1.0 #1

Merged
Thilawyn merged 81 commits from next into master 2025-07-17 21:17:57 +02:00
Showing only changes of commit 51a8db3137 - Show all commits

View File

@@ -40,7 +40,7 @@ export const useFC: {
const f = (props: P) => Runtime.runSync(runtime)( const f = (props: P) => Runtime.runSync(runtime)(
Effect.provideService(self(props), Scope.Scope, scope) Effect.provideService(self(props), Scope.Scope, scope)
) )
if (self.displayName) f.displayName = self.displayName f.displayName = self.displayName ?? "Anonymous"
return f return f
}, [scope]) }, [scope])