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
If this attribute is missing or its value is invalid, its value is inherited from its parent element: so the element is editable if its parent is editable.
it still produces typescript errors in various react libraries.
To Reproduce
See the links
Expected behavior
No typescript errors in various react libs that use contentEditable
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
contentEditable
,@types/react
considers"inherit"
a valid value whilepreact
doesn'tThe mdn docs state that
it still produces typescript errors in various react libraries.
To Reproduce
See the links
Expected behavior
No typescript errors in various react libs that use
contentEditable
The text was updated successfully, but these errors were encountered: