I have upgraded my store from Magento version 2.3.5-p1 to 2.4.5-p1. In one of the extension there is a uiComponent that is using the value of another uiComponent using the importds.
'imports' => [
'inputType' => '${$.parentName}:inputType',
],
The above given code is working fine in 2.3.5 but it is no longer working in 2.4.5 version.
I have checked the Magento Ui extension and compared it with the 2.3.5 version as well to find any differences but not found anything that can fix this issue.
Posting it here to know if in case someone has already faced this issue.
Thanks for the help in advance.
Regards
Magebuddies