Scottnj
05/10/2023, 10:32 PMAn error occured trying to render:
View [site.blocks.app-heading] not found. in /var/www/html/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php
My "row" is very simple
php artisan twill:make:componentBlock row
BlockEditor::make()->name('content'),
{!! $renderData->renderChildren('content') !!}
ifox
05/11/2023, 9:42 AMScottnj
05/11/2023, 2:37 PMifox
05/11/2023, 2:39 PMifox
05/11/2023, 2:39 PMifox
05/11/2023, 2:40 PMScottnj
05/11/2023, 4:06 PMifox
05/11/2023, 4:51 PMScottnj
05/11/2023, 5:47 PMScottnj
05/11/2023, 11:51 PMifox
05/17/2023, 1:21 AM$renderData->renderChildren()
works immediately and renders infinitely nested blocksScottnj
05/18/2023, 7:22 PM