diff --git a/README.md b/README.md index eae793f..9d85083 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ function HelloWorldComponent({ initial }){ /** @param {HTMLOptionElement} el */ const isSelected= el=> (el.selected= el.value===initial); // @ts-expect-error 2339: The