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
An Array<T> cannot be passed as an argument for a parameter of type Array<?T>, even though all values in an Array<T> are valid in an Array<?T>. 👉 try flow
Casting via any works, but is nasty. Is this expected behavior? Is there a workaround other than casting to any?
I'm sorry if this is already a reported issue; I couldn't find it.