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 96d00b9 commit 11b0759Copy full SHA for 11b0759
packages/react-server/src/ReactFizzClassComponent.js
@@ -609,7 +609,7 @@ export function mountClassInstance(
609
610
// The internal instance will be used to manage updates that happen during this mount.
611
const internalInstance: InternalInstance = {
612
- queue: null,
+ queue: [],
613
replace: false,
614
};
615
setInstance(instance, internalInstance);
0 commit comments