Skip to content

Commit c2ed42c

Browse files
committed
v0.7.3
1 parent 79be376 commit c2ed42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ import { ClassModel, register, view, snapshottedView } from "@gadgetinc/mobx-qui
479479
@register
480480
class TransformExample extends ClassModel({ url: types.string }) {
481481
@snapshottedView<string>({
482-
createReadOnly(value, snapshot, node) {
482+
createReadOnly(value, node) {
483483
return value ? new URL(value) : undefined;
484484
},
485485
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/mobx-quick-tree",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
55
"source": "src/index.ts",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)