change to getObservablePart

This commit is contained in:
Niels Lyngsø
2023-01-26 10:37:21 +01:00
parent b554850078
commit d9d255904d

View File

@@ -51,7 +51,7 @@ export class DeepState<T> extends BehaviorSubject<T> {
super(deepFreeze(initialData));
}
observablePart<ReturnType>(
getObservablePart<ReturnType>(
mappingFunction: MappingFunction<T, ReturnType>,
memoizationFunction?: MemoizationFunction<ReturnType>
) {