Skip to content

Commit 0ab634a

Browse files
authored
Merge pull request #104 from gadget-inc/sc/v073
2 parents 79be376 + c2ed42c commit 0ab634a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

+1-1
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)