Fixes instances where nested repeating partials are destroying the partial component stack and causing breaking errors. Nesting example: Partial (with components) ^-> Calls component default markup ^-> Refers to partial override (with repeating partial calls) ^-> Calls another partial (with components) ^-> Components not found (destroyed by repeating calls above) |
||
|---|---|---|
| .. | ||
| assets | ||
| classes | ||
| controllers | ||
| database/migrations | ||
| formwidgets | ||
| lang | ||
| models | ||
| twig | ||
| views | ||
| widgets | ||
| ServiceProvider.php | ||
| composer.json | ||
| routes.php | ||