Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Sep 27, 2024
1 parent e74fe84 commit 4176f18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const DynamicGroupCarousel = React.memo(() => {
* Problem = flashlight is not re-rendering when group by field changes.
* Solution was to key it by groupByValue, but when the component
* subscribes to the groupByFieldValue using useRecoilValue(fos.groupByFieldValue),
* while it solves the problem,it causes flashlight to behave weirdly.
* while it solves the problem, it causes flashlight to behave weirdly.
* (try scrolling carousel and selecting samples, flashlight will reset to the front)
*
*/
Expand All @@ -47,7 +47,6 @@ export const DynamicGroupCarousel = React.memo(() => {
return () => window.clearInterval(intervalId);
}, []);

console.log("Group by value is ", groupByValueRef.current);
return (
<Resizable
size={{ height, width: "100%" }}
Expand Down

0 comments on commit 4176f18

Please sign in to comment.