- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    6.10
 - 
    None
 
- 
        2c3577264 (dev), 2d5892d53 (6.9), 9232a7e3b (6.8), 05b6c090c (tqtc/lts-6.5)
 
Consider
import QtQuick Item { id: root required property int i PropertyChanges { root.width: 100 } }
This generates a bogus warning:
Warning: test.qml:7:19: Component is missing required property i from here [required]
PropertyChanges{{{}
{}}}^^^^