Skip to content

Commit

Permalink
type: Checkout component react16 typescript error (#46962)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Jan 13, 2024
1 parent 78de319 commit 72e4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/Group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ export { GroupContext };

export default CheckboxGroup as <T extends CheckboxValueType = CheckboxValueType>(
props: CheckboxGroupProps<T> & React.RefAttributes<HTMLDivElement>,
) => React.ReactNode;
) => React.ReactElement;

1 comment on commit 72e4980

@Me5uT
Copy link

@Me5uT Me5uT commented on 72e4980 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this update, type errors started in almost the entire application!!! Am I the only one experiencing these problems?

Please sign in to comment.