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
The PropertyInfo component cannot identify collection values with a union type value like array<string|int> at the moment. Currently, it's only possible to identify singular types (e.g. string or \A) or types that are nullable (e.g. string|null) for the collection value.
Example
Following types cannot be identified at the moment: