You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we shadow computed values, simply via doing: obj.foo = obj.foo. Still it shadows original stamp of record, and in same cases it's desirable to have access to original way.
There should be a method (possibly directly on dbjs, that will allow to do that e.g. via:
obj.overrideComputed('foo');
The text was updated successfully, but these errors were encountered:
Currently we shadow computed values, simply via doing:
obj.foo = obj.foo
. Still it shadows original stamp of record, and in same cases it's desirable to have access to original way.There should be a method (possibly directly on dbjs, that will allow to do that e.g. via:
The text was updated successfully, but these errors were encountered: