The new keywords introduced in Qt 5.15 including 'required' break the QML parsing, throwing errors saying that it's missing brackets. example: Pane{ required property int foo // throws errors here }
newer javascript keywords also do the same (e.g. let)