Frameright / Frameright/react-image-display-control
Warn if we are overriding `is=` attribute
Open
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.