Skip to content

Commit

Permalink
rebased and re-added temp function
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 5, 2024
1 parent d1eadf9 commit db46047
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/victory-candlestick/src/victory-candlestick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,12 @@ class VictoryCandlestickBase extends React.Component<VictoryCandlestickProps> {
}

export const VictoryCandlestick = addEvents(VictoryCandlestickBase, options);

// @TODO: remove this when analyzer diff is confirmed to work.
export 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 db46047

Please sign in to comment.