You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the UI5 inspector with current UI5 releases, it raises a number of warnings in the browser console because it uses deprecated APIs. Since these look the same as warnings raised from the running app, it distracts when trying to identify issues with the application. Observed call stacks with SAPUI5 1.126.1:
[Deprecated] UriParameters.mParams must not be accessed. -
log @ Log.js?eval:498
Log.warning @ Log.js?eval:270
get @ UriParameters.js?eval:186
_getFrameworkInformation @ ToolsAPI.js:141
mutation._observer @ main.js:41
Do not use deprecated function 'sap.ui.getVersionInfo' synchronously! Use 'sap/ui/VersionInfo' module's asynchronous .load function instead - Deprecation
log @ Log.js?eval:498
Log.warning @ Log.js?eval:270
sap.ui.getVersionInfo @ Global.js?eval:113
_getFrameworkInformation @ ToolsAPI.js:105
mutation._observer @ main.js:41
The text was updated successfully, but these errors were encountered:
There is still a lot of errors coming up on 1.131.0 (if that is the latest one). I quickly checked through them, and it seems that they are all of the format
Importing the pseudo module '[module name]' is deprecated. To access the type '[type name]', please import '[library name]/library' to ensure that the type is defined. You can then access it by calling 'DataType.getType("[type name]")'. For more information, see documentation under 'Best Practices for Loading Modules'.
The call stack is the same as well, coming from sap.ui.core.support.plugins.Breakpoint methods:
When using the UI5 inspector with current UI5 releases, it raises a number of warnings in the browser console because it uses deprecated APIs. Since these look the same as warnings raised from the running app, it distracts when trying to identify issues with the application. Observed call stacks with SAPUI5 1.126.1:
The text was updated successfully, but these errors were encountered: