Skip to content
Discussion options

You must be logged in to vote

You're appending the content to the entire page on the render with this part const component = editor.addComponents(content);, I guess you want to update the current component...

const content = await fetchProductData(...);
this.model.components(content);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Yomna-Raouf
Comment options

Answer selected by Yomna-Raouf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants