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 7039834 commit 8b3cf21Copy full SHA for 8b3cf21
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -3414,7 +3414,7 @@ function insertStylesheetIntoRoot(
3414
for (let i = 0; i < nodes.length; i++) {
3415
const node = nodes[i];
3416
if (
3417
- node.nodeName === 'link' ||
+ node.nodeName === 'LINK' ||
3418
// We omit style tags with media="not all" because they are not in the right position
3419
// and will be hoisted by the Fizz runtime imminently.
3420
node.getAttribute('media') !== 'not all'
0 commit comments