Skip to content

Commit

Permalink
Update src/constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 1, 2024
1 parent ffaf001 commit a4f6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const INSERT_VNODE = 1 << 2;
/** Indicates a VNode has been matched with another VNode in the diff */
export const MATCHED = 1 << 1;

export const SKIP_CHILDREN = 1 << 18;
export const SKIP_CHILDREN = 1 << 3;

/** Reset all mode flags */
export const RESET_MODE = ~(MODE_HYDRATE | MODE_SUSPENDED);
Expand Down

0 comments on commit a4f6d02

Please sign in to comment.