Zend certified PHP/Magento developer

Magento 2.4.3 Bundle Product getting issue on frontend MagentoCatalogModelResourceModelProductFlat::getLinkField()

We have upgraded magento to 2.4.3-p1 and added new bundle product.
On frontend when we access bundle product it show error
Call to undefined method MagentoCatalogModelResourceModelProductFlat::getLinkField()

<script type="text/x-magento-init">
    {
        "*": {
                "Magento_Catalog/js/product/view/provider": {
                    "data": Error: Call to undefined method MagentoCatalogModelResourceModelProductFlat::getLinkField() in /chroot/home/3343sfdsadf/domain.com/html/vendor/magento/module-eav/Model/Entity/Collection/AbstractCollection.php:1066

it seems like magento added some new files and plugin for bundle product in magento 2.4.3-p1.
Any help is appreciated!