Steps do reproduce the bug: ``` php $container = $form->addDynamic(...); $component = $container->createOne(); $container->removeComponent($component); $container->createOne(); ```