diff --git a/src/forest-common.jsx b/src/forest-common.jsx index 7533065..303463c 100644 --- a/src/forest-common.jsx +++ b/src/forest-common.jsx @@ -192,6 +192,10 @@ class ForestCommon extends Component { return core.object(this.UID, path, match); } + get(path, match) { + return core.object(this.UID, path, match); + } + notify(){ if(this.mounted) this.setState({}); }