Skip to content

Commit

Permalink
Fix classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 15, 2021
1 parent 96d00b9 commit 000e5a0
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 000e5a0

Please sign in to comment.