You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be a bug in the builder check-config-migration-metadata.
Let's suppose you have metadata for a configuration interface with no properties:
The metadata-checks builder will throw an error mentioning that: Property @lib/components#MyConfig has been modified but is not documented in the migration document.
To be able to pass the check, we need to document that the config has been deleted, which isn't correct.
Package name
components
Package version
11.3.4
Reproduction steps
There seem to be a bug in the builder check-config-migration-metadata.
Let's suppose you have metadata for a configuration interface with no properties:
If a property is added to MyConfig, the metadata becomes:
Current result
The metadata-checks builder will throw an error mentioning that:
Property @lib/components#MyConfig has been modified but is not documented in the migration document
.To be able to pass the check, we need to document that the config has been deleted, which isn't correct.
Expected result
A new property has been added so nothing should be documented.
Additional comments
No response
The text was updated successfully, but these errors were encountered: