Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: element
replaceChildren()
not supported by salesforce (#895)
- we can remove `.replaceChildren()` that is not supported in Salesforce (it basically doesn't like any functions using Node instead of Element), however we can simply replace the usage with our own `Utils.emptyElement(container);`
- Loading branch information