Skip to content

Commit

Permalink
added call to diff function so it'll be included in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 5, 2024
1 parent bb9f5cb commit d056082
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/victory-candlestick/src/helper-methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,15 +482,14 @@ export const getBaseProps = (initialProps, fallbackProps) => {
);
}
});

// @TODO: remove this when analyzer diff is confirmed to work.
bundleSizeIsDifferent();
return childProps;
}, initialChildProps);
};

// @TODO: remove this before merging, it's just for verifying the analysis and report.

// @TODO: remove this when analyzer diff is confirmed to work.
export const bundleSizeIsDifferent = () => {
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";
Expand Down

0 comments on commit d056082

Please sign in to comment.