From db46047c1d58108ff34ac85a13007f229d9d3514 Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Tue, 5 Nov 2024 10:25:03 -0500 Subject: [PATCH] rebased and re-added temp function --- packages/victory-candlestick/src/victory-candlestick.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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 }; +}