Skip to content

Commit

Permalink
fix(statistic): remove redundant console log (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored Nov 29, 2023
1 parent a0db5e6 commit 7875862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/statistic/Statistic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const Statistic = forwardRef<StatisticRef, StatisticProps>((props, ref) => {

useEffect(() => {
// 第一次渲染不执行,否则导致初始formValue失效
console.log('isFirstRender', isFirstRender);
if (isFirstRender) return;

setInnerValue(value);
Expand Down

0 comments on commit 7875862

Please sign in to comment.