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
Right now, ResizeFormListener::preSubmit() accepts both arrays and Traversables as data. This does not make much sense since data sent by the browser always comes as arrays.
Support for Traversables should be deprecated and removed in 4.0 in order to facilitate fixes like #13116.