I'm using SAPUI5 version 1.76.0 but the WebIDE is marking the property 'seperatorStyle' (got added in 1.5x or 1.6x can't remember) of
<m:Breadcrumbs separatorStyle="GreaterThan" ... />
as error ("Property or event name does not exist for the control.")
Autocomplete is giving me the property and the values for the property and it is working too, only the linter seems to have troubles.
I have verified in Project settings that my version is 1.76.0 and in the manifest under sap.ui5->dependancies I have "minUI5Version": "1.76.0"
too.
Anyone an idea what may cause the linter to mark it as error ?