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
Describe the bug
After #808 the accept prop has void type.
Expected behavior
The accept prop cannot be void. The prop changes its value according to the value of the unmask property. When it is void, it is not possible to assert the type in a function, for example.
An event that emits a value can't be typed with void, anyway.
The text was updated successfully, but these errors were encountered:
Describe the bug
After #808 the
accept
prop hasvoid
type.Expected behavior
The
accept
prop cannot be void. The prop changes its value according to the value of theunmask
property. When it is void, it is not possible to assert the type in a function, for example.An event that emits a value can't be typed with void, anyway.
The text was updated successfully, but these errors were encountered: