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
Description
When the form_div_layout.html.twig file is used for form theming, a collection widget will try to render its 'prototype' property, regardless of whether it has already been rendered elsewhere (ie. by a custom extending theme). This causes an E_USER_DEPRECATED error to be triggered by the FormRenderer.
How to reproduce
Create a form theme file similar to this: