Skip to content

Commit

Permalink
Fix classes (#21283)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 15, 2021
1 parent 96d00b9 commit 11b0759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFizzClassComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ export function mountClassInstance(

// The internal instance will be used to manage updates that happen during this mount.
const internalInstance: InternalInstance = {
queue: null,
queue: [],
replace: false,
};
setInstance(instance, internalInstance);
Expand Down

0 comments on commit 11b0759

Please sign in to comment.