You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Issue Reference : magento/magento2#24087
Here Knockout Syntax and Magento Syntax for template binding is wrong. It's not working.
Possible solutions
It should be Knockout Syntax
<div data-bind="template:{name:'templateUrl',data:{}}"></div> Magento Syntax
<div template="{name:'templateUrl',data:{}}" ></div>