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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
In my opinion, null | undefined should be removed from this type. It should be more strict, and users should have to use an empty array or placeholder vnode in order to avoid Mithril having to check if something is null or undefined.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/MithrilJS/mithril.d.ts/blob/master/index.d.ts#L191
In my opinion,
null | undefined
should be removed from this type. It should be more strict, and users should have to use an empty array or placeholder vnode in order to avoid Mithril having to check if something is null or undefined.The text was updated successfully, but these errors were encountered: