Skip to content

Commit

Permalink
Merge pull request #104 from gadget-inc/sc/v073
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-rc authored Jun 26, 2024
2 parents 79be376 + c2ed42c commit 0ab634a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ import { ClassModel, register, view, snapshottedView } from "@gadgetinc/mobx-qui
@register
class TransformExample extends ClassModel({ url: types.string }) {
@snapshottedView<string>({
createReadOnly(value, snapshot, node) {
createReadOnly(value, node) {
return value ? new URL(value) : undefined;
},
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/mobx-quick-tree",
"version": "0.7.2",
"version": "0.7.3",
"description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
"source": "src/index.ts",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 0ab634a

Please sign in to comment.