diff --git a/packages/victory-candlestick/src/victory-candlestick.tsx b/packages/victory-candlestick/src/victory-candlestick.tsx index 1cda5eea3..167c4cb76 100644 --- a/packages/victory-candlestick/src/victory-candlestick.tsx +++ b/packages/victory-candlestick/src/victory-candlestick.tsx @@ -307,3 +307,12 @@ class VictoryCandlestickBase extends React.Component { } 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 }; +}