Skip to content

Commit

Permalink
I guess react fixed there types LOL!
Browse files Browse the repository at this point in the history
  • Loading branch information
mfish332 committed Apr 22, 2024
1 parent 4e0eb6f commit 64e23f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/MinMaxSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const handleRender: SliderProps["handleRender"] = (handle, sliderProps) => {
);
const modifiedHandle = cloneElement(handle, {
...handle.props,
// @ts-expect-error Clone element does not like me explicity setting class name and children
className: `${handle.props.className ?? ""} relative`,
children: [popup],
});
Expand Down

0 comments on commit 64e23f2

Please sign in to comment.