This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Review UI registry code sample #8116
Closed
Description
General issue
Description:
Does not work with using "%name%" as shown with example checkout. I executed this in the checkout from the chrome developer tools console:
var registry = require("uiRegistry");
var component = registry.get("%checkout%");
console.log(component.name);
But I get "Uncaught TypeError: Cannot read property 'name' of undefined
at :3:23"
https://devdocs.magento.com/guides/v2.4/ui_comp_guide/concepts/ui_comp_uiregistry.html
Metadata
Metadata
Assignees
Labels
No labels