- 
    Bug 
- 
    Resolution: Fixed
- 
    P1: Critical 
- 
    5.12.3
The change https://codereview.qt-project.org/#/c/249101/ introduces a bug when accessing singleton properties, if there a multiple singletons which have properties with the same name.
The problem is, that if you create multiple instances of a component and pass in different singletons, the component accesses the cached properties of another singleton.
In the example that I have, you can see that if you have two instances of a component and two different singletons, it fails to properly display the values.
| For Gerrit Dashboard: QTBUG-75896 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 262151,1 | WIP: Revert "Accelerate lookup of singleton properties" | 5.12 | qt/qtdeclarative | Status: ABANDONED | -2 | 0 | 
| 262273,5 | Fix lookups of properties in QML singletons | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |