According to the docs, https://sapui5.hana.ondemand.com/sdk/#/topic/4bd7590569c74c61a0124c6e370030f6
Go Button Mode<br>The Go button is always enabled in the filter bar and cannot be switched off.
However the Component itself (sap.fe.core.cont...
Not sure where you get that URL from but this is the correct one:https://ui5.sap.com/test-resources/sap/fe/core/fpmExplorer/index.html#/buildingBlocks/rte/rteSection there is not double slash in the url
I can confirm this issue with 4.9.0 as well. For now we will be using the old workaround with the package.json defined inside the db folder with the fixed version at 4.8.2 again.
When upgrading from cds 6 -> 7 suddely external Requests fail with @sap-cloud-sdk/resilience missing error. Seems like somethign was silently introduced to CAP here.
Manually adding@sap-cloud-sdk/resilience to dependencies fixes it, however that...