@astral/mobx-query 1.18.1 → 1.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -437,7 +437,7 @@ await editDocMutation.async({ params: { id: 'docID', name: 'test' } });
|
|
|
437
437
|
|
|
438
438
|
```ts
|
|
439
439
|
class DocStore {
|
|
440
|
-
private readonly creationDocMutation
|
|
440
|
+
private readonly creationDocMutation;
|
|
441
441
|
|
|
442
442
|
public constructor(
|
|
443
443
|
private readonly _docsFetcher: DocsFetcher,
|