Skip to content

fix(react-table): type Renderable - #4087

Merged
tannerlinsley merged 1 commit into
TanStack:mainfrom
exuanbo:fix-type-renderable
Jul 2, 2022
Merged

fix(react-table): type Renderable#4087
tannerlinsley merged 1 commit into
TanStack:mainfrom
exuanbo:fix-type-renderable

Conversation

@exuanbo

@exuanbo exuanbo commented Jul 2, 2022

Copy link
Copy Markdown
Contributor
type React.ComponentType<P = {}> = React.ComponentClass<P, any> | React.FunctionComponent<P>

Type React.Component is used for component instance and it is not callable.

The tests and build will pass after merging pr #4086.

@vercel

vercel Bot commented Jul 2, 2022

Copy link
Copy Markdown

@exuanbo is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

@tannerlinsley
tannerlinsley merged commit 0faafdc into TanStack:main Jul 2, 2022
@exuanbo
exuanbo deleted the fix-type-renderable branch July 3, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants