This sample works till 2022 R3 SP1: https://dojo.telerik.com/EqaQuWAn
Some parts of our code has observable objects accessing functions using `get('functionName()')` format.
This no longer works since 2023 R1 and I cannot find any details about it in the change log. I don't know how to access docs for older versions either, but I do remember the docs suggesting this function access pattern.
Could you please help me find either the change log or older docs?
More context about this (recollecting from memory): this was suggested for the usecase where you have a dependency like:
Another example that works before 2023 R1, but throws error in console after that: https://dojo.telerik.com/EqaQuWAn
These are some code snippets that are breaking after we upgrade, and needed to understand if there's some changelog to narrow down the impact.