We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Authorization goes into infinite recursion on recursively defined view models.
Example of problematic view model:
// View model `App.FooViewModel` { "NodeTemplate": { // ... "Children": [ { "$": { "Reuse": "App.FooViewModel.NodeTemplateJson" } } ] } }