contentEditable typescript errors #1072
-
I'm getting typescript errors in various places with:
(it's not limited to The error:
I saw in Line 593 in a3eee54 'inherit' is allowed
In one of my projects I use After checking https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable I saw that it's either of type Is there any merit to allow I didn't create an issue because I didn't know if it is one |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The current types we use were inspired by the react typings. Not sure if this has changed since we lasted copied it over. Feel free to open a PR that updates the typings to the correct version. Let’s see whether they might be type errors across the frameworks |
Beta Was this translation helpful? Give feedback.
The current types we use were inspired by the react typings. Not sure if this has changed since we lasted copied it over.
Feel free to open a PR that updates the typings to the correct version. Let’s see whether they might be type errors across the frameworks