We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11b196 commit fca552bCopy full SHA for fca552b
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -3578,7 +3578,6 @@ function insertStylesheetIntoRoot(
3578
for (let i = 0; i < nodes.length; i++) {
3579
const node = nodes[i];
3580
if (
3581
- node.nodeName === 'link' ||
3582
// We omit style tags with media="not all" because they are not in the right position
3583
// and will be hoisted by the Fizz runtime imminently.
3584
node.getAttribute('media') !== 'not all'
0 commit comments