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 8039e6d commit 3e09c27Copy full SHA for 3e09c27
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -2337,7 +2337,7 @@ function preinitStyle(
2337
getStylesheetSelectorFromKey(key),
2338
);
2339
if (instance) {
2340
- state.loading = Loaded & Inserted;
+ state.loading = Loaded | Inserted;
2341
} else {
2342
// Construct a new instance and insert it
2343
const stylesheetProps = Object.assign(
0 commit comments