Files
react/compiled-rn
sebmarkbage 683d4f11e8 Fix moveBefore feature detection (#32087)
`moveBefore` was moved to the `ParentNode` mixin as per
https://github.com/whatwg/dom/pull/1307#discussion_r1881981120 _(and was
committed in
https://github.com/whatwg/dom/commit/3f3e94c5beda922962dacaeb606087f57bd7f7be)_

As a result, its existence can no longer be checked on `Node.prototype`
but must be checked in `Element.prototype`

DiffTrain build for [313c8c55de](https://github.com/facebook/react/commit/313c8c55de39cd5f009ebb033eec1666b3daa59e)
2025-01-17 08:50:46 -08:00
..