I am using mapcomponents with SDK 4.34. some times, it does not zoom to the extent and give us any error in console. Could you please help us.
const expandedExtent = extent.clone().expand(expand);
view.goTo(expandedExtent, {
duration: duration,
easing: "ease-in-out"
})