Commit 313c8c5
authored
Fix moveBefore feature detection (facebook#32087)
`moveBefore` was moved to the `ParentNode` mixin as per
whatwg/dom#1307 (comment) _(and was
committed in
whatwg/dom@3f3e94c5beda922962dacaeb606087f57bd7f7be)_
As a result, its existence can no longer be checked on `Node.prototype`
but must be checked in `Element.prototype`1 parent d46b04a commit 313c8c5
File tree
1 file changed
+1
-1
lines changed- packages/react-dom-bindings/src/client
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments