This works in React
But throws this error in Preact:
Uncaught DOMException: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.
repo created from preact create default preact-input-size-null as an example: https://github.com/skvale/preact-input-size-null
This works in React
But throws this error in Preact:
Uncaught DOMException: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.repo created from
preact create default preact-input-size-nullas an example: https://github.com/skvale/preact-input-size-null