Skip to content

Commit 11b0759

Browse files
authored
Fix classes (#21283)
1 parent 96d00b9 commit 11b0759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFizzClassComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export function mountClassInstance(
609609

610610
// The internal instance will be used to manage updates that happen during this mount.
611611
const internalInstance: InternalInstance = {
612-
queue: null,
612+
queue: [],
613613
replace: false,
614614
};
615615
setInstance(instance, internalInstance);

0 commit comments

Comments
 (0)