EasyAdminBundle: Cannot use FormField::addPanel()
Describe the bug When i add a form panel, i have a ‘Undefined template in EasyAdmin’ error.
To Reproduce
public function configureFields(string $pageName): iterable { ... yield FormField::addPanel("test panel"); ... }
Additional context

About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 15 (5 by maintainers)
I’m facing the same problem. How to solve this?
This throws error, when there is an AssociationField.