Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 26, 2024
1 parent 62be6bf commit cd23a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ var I18nProvider = (props) => {
setHydration(true);
}
}, [options.allowHydration]);
console.log(props.children);
return hydration ? props.children : <HeadComponent/>;
};

Expand Down

0 comments on commit cd23a29

Please sign in to comment.