### Reproduction This works in React: ``` ``` [codesandbox](https://codesandbox.io/s/contenteditablereact-n4wy7) But throws an error in Preact: ``` Failed to set the 'contentEditable' property on 'HTMLElement': The value provided ('') is not one of 'true', 'false', 'plaintext-only', or 'inherit' ``` [codesandbox](https://codesandbox.io/s/contenteditablepreact-cr2g3)
Reproduction
This works in React:
codesandbox
But throws an error in Preact:
codesandbox