Commit 2e09f25
authored
fix: element
- 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);`replaceChildren() not supported by salesforce (#895)1 parent 20565ad commit 2e09f25
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2203 | 2203 | | |
2204 | 2204 | | |
2205 | 2205 | | |
2206 | | - | |
| 2206 | + | |
2207 | 2207 | | |
2208 | 2208 | | |
2209 | 2209 | | |
| |||
0 commit comments