(
mutationKey: MaybeRefDeep<MutationKey>,
)
| 485 | } |
| 486 | |
| 487 | getMutationDefaults( |
| 488 | mutationKey: MaybeRefDeep<MutationKey>, |
| 489 | ): MutationObserverOptions<any, any, any, any> { |
| 490 | return super.getMutationDefaults(cloneDeepUnref(mutationKey)) |
| 491 | } |
| 492 | } |
no test coverage detected