Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.8.0
-
None
Description
We are having an issue with the QML-Linter.
We have some nested layouts with components in a separate module. When we run the linter on our sources, it warns about an "AttachedProperyReuse" and suggests prepending the id of the component from which we want to use the property.
If we do so, the same warning reappears and suggests prepending the same id again. This would go on forever.
We were not able to replicate it with a MWE, however there seems to be no glaring issue with our component or module. Do you have any hint what could cause this problem? Do you think this might be a bug in the linter?
Thank you and kind regards,
Timon
Attachments
Issue Links
- duplicates
-
QTBUG-127650 Strange behaviours in QML warning, "Using attached type <TYPE> already initialized in a parent scope"
- Closed