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 3d95c43 commit b75cc07Copy full SHA for b75cc07
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -3520,7 +3520,7 @@ function insertStylesheetIntoRoot(
3520
for (let i = 0; i < nodes.length; i++) {
3521
const node = nodes[i];
3522
if (
3523
- node.nodeName === 'link' ||
+ node.nodeName === 'LINK' ||
3524
// We omit style tags with media="not all" because they are not in the right position
3525
// and will be hoisted by the Fizz runtime imminently.
3526
node.getAttribute('media') !== 'not all'
0 commit comments