We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9496f commit a41df0cCopy full SHA for a41df0c
src/components/ReactTimeSeries/index.js
@@ -160,8 +160,6 @@ export const ReactTimeSeriesWithoutContext = ({
160
// eslint-disable-next-line
161
}, [annotation?.durations])
162
163
- console.log({ durationGroups })
164
-
165
const onChangeDurationGroups = useEventCallback((newDurationGroups) => {
166
onModifySample(
167
setIn(
0 commit comments