Need some help getting rid of this error, not sure what’s happening. Perhaps formatters are running in an endless loop?
Let me know what you need to debug this
Need some help getting rid of this error, not sure what’s happening. Perhaps formatters are running in an endless loop?
Let me know what you need to debug this
It seems like there is something looping indeed, can’t see in the call stack which component/expression is causing it. When did it happen exactly, after an update or after you added a new component? Is the site live or do you have a link which I could check.
EDIT:
Fixed by Patrick:
Found the issue, there is a value component that references to itself, so it is updating the value with its own value causing it to loop.
<dmx-value id="screenWidth" dmx-bind:value="screenWidth"></dmx-value>