Closed
Description
Symfony version(s) affected
6.4.12
Description
When using nested options with in depth normalisation in a form, the following profiler error occurs:
An exception has been thrown during the rendering of a template ("Notice: Object of class Symfony\Component\VarDumper\Cloner\Data could not be converted to int").
The traceback error occurs in vendor/symfony/web-profiler-bundle/Resources/views/Collector/form.html.twig:651
, but I could not find an obvious reason for this error.
How to reproduce
Reproducer: https://github.com/7-zete-7/symfony-form-profiler-reproducer-1
Possible Solution
No response
Additional Context
No response