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
replaceWith method from Component.ts doesn't have a type for string.
What is the expected behavior?
I should be able to replace a component with a string like in the example component.replaceWith('<div>Some new content</div>');
What is the current behavior?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
GrapesJS version
What browser are you using?
Chrome
Reproducible demo link
none
Describe the bug
replaceWith method from Component.ts doesn't have a type for string.
What is the expected behavior?
I should be able to replace a component with a string like in the example
component.replaceWith('<div>Some new content</div>');
What is the current behavior?
Code of Conduct
The text was updated successfully, but these errors were encountered: