Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No type support for custom cell components that are created with React.memo #240

Open
seriojca opened this issue Jan 17, 2023 · 6 comments

Comments

@seriojca
Copy link

No description provided.

@seriojca seriojca changed the title Add type support for React.memo components No type support for custom cell components that are created with React.memo Jan 17, 2023
@nick-keller
Copy link
Owner

Hey @seriojca , can you please be more explicit?

@seriojca
Copy link
Author

I receive the following : NamedExoticComponent<CellProps<any, any>>' is not assignable to type 'CellComponent<any, any> when i place a React.memo in component attribute and have to write it component: Component as any for it to be working, if that makes sense.

@nick-keller
Copy link
Owner

Can you share some code to demonstrate what is wrong ?

@seriojca
Copy link
Author

...keyColumn<any, 'id'>('id', { component: ExampleMemoComponent as any, columnData: 'id' }),

i have to make ExampleMemoComponent as any, otherwise it will give me errors

@l0g1x
Copy link

l0g1x commented Mar 7, 2023

I have the same issue. if I simply try to reproduce the example here: https://react-datasheet-grid.netlify.app/docs/examples/implementing-select#final-result

I get a type error
image

But if I change the SelectComponent type to any (as mentioned by @seriojca above) then it no longer complains:
image

@Dennis-N8
Copy link

Dennis-N8 commented Aug 20, 2023

This approach worked for me.

https://stackoverflow.com/a/60170425

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

No branches or pull requests

4 participants