Frameright / Frameright/react-image-display-control

Warn if we are overriding `is=` attribute

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
TypeScript
Stars
28
Forks
3
PR merge metrics
No merged PRs in 30d

Description

When doing

```jsx

```

an `is="image-display-control"` attribute will be added to the `` tag in order to turn it into an [Image Display Control web component](https://github.com/Frameright/image-display-control-web-component). This is problematic however if the `` tag already had another `is=` attribute, e.g.

```jsx

```

An `` tag can't be two web components at the same time. We should at least issue a warning if this happens.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.