Skip to content

Issue a warning if known attributes are on the wrong component #32

@lourot

Description

@lourot

For example, if the user writes

<ImageDisplayControl data-disabled="all">
  <Image src="..." />
</ImageDisplayControl>

instead of

<ImageDisplayControl>
  <Image src="..." data-disabled="all" />
</ImageDisplayControl>

See:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions