Due to update to Magento 2.4, changes were made by the developer in the vendor's Magento theme. require js is not working.
I have made all the changes as before and after that not loading all JS as expected.
I have run below commands
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
but no effect.

