rawmodel/framework

Recursive `get` problem

xpepermint opened this issue · 1 comments

This can sometimes cause the Maximum call stack size exceeded.

this.defineField('name', {
  get () { return this.value; },
});

We need a built-in solution directly on the Field class. Maybe to provide a rawValue field.

Closing in favor of #27.