loopback-ds-computed-mixin icon indicating copy to clipboard operation
loopback-ds-computed-mixin copied to clipboard

can skip computed properties calculation to prevent recursion problems

Open Velinsky opened this issue 6 years ago • 0 comments

When retrieving related models of same type in the computed property, we get to the unlimited recursion which is hard to avoid without ugly hack. I added property to be able to stop computed properties being computed

Velinsky avatar Jul 18 '19 19:07 Velinsky