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 Feb 16, 2021. It is now read-only.
As per documentation, an interface should not filter additional props unless strict = true. However, when an interface contains a struct member (or, I believe, when there are non-identity types), additional props do get filtered out.
Version: 3.2.11
As per documentation, an
interface
should not filter additional props unlessstrict = true
. However, when an interface contains astruct
member (or, I believe, when there are non-identity types), additional props do get filtered out.Here's a minimal console.log test:
The text was updated successfully, but these errors were encountered: