RefState tests
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-04-10 23:06:13 +02:00
parent 52a36cb882
commit 8b141b907f
2 changed files with 9 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ export abstract class ReffuseHelpers<R> {
}
RefState<A>(
RefState<A, R>(
this: ReffuseHelpers<R>,
props: {
readonly ref: SubscriptionRef.SubscriptionRef<A>