I have Magento 2.4.7 website which have hyva as frontend. I am getting array_map null error in vendor/hyva-themes/magento2-theme-module/src/ViewModel/BlockCache.php:61. Getting error on the line $childBlocks = map([$block->getLayout(), 'getBlock'], $block->getChildNames());where the $block->getChildNames() getting as null always. This error comes for both frotnend and backend. Help appreciated. Tried reindexing, cache clean, clearing generated and di compile etc..