Skip to content

Commit

Permalink
removed fake change to demo diffing ability
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 6, 2024
1 parent 8d1492c commit 6034ce2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/victory-candlestick/src/helper-methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,17 +482,7 @@ export const getBaseProps = (initialProps, fallbackProps) => {
);
}
});
// @TODO: remove this when analyzer diff is confirmed to work.
bundleSizeIsDifferent();

return childProps;
}, initialChildProps);
};

// @TODO: remove this when analyzer diff is confirmed to work.
const bundleSizeIsDifferent = () => {
const x = "the bundle size should be different";
const y = "the bundle size should be different";
const z = "the bundle size should be different";

return { x, y, z };
};

0 comments on commit 6034ce2

Please sign in to comment.