We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @ggascoigne, thank you for this great repo!
I tried to replicate some of its functionality and I ran into this TS issue:
Do you know what this issue could be?
I added the same type definition file as yours and below you have a part of the table component's code:
Are you seeing anything weird? I would really appreciate your help, thank you!
The text was updated successfully, but these errors were encountered:
@jsefiani I was seeing the same issue and resolved it with:
const columns: Array<Column<Brand>> = [...]
> npm list --depth=0 | grep react-table ├── @types/[email protected] ├── [email protected] ├── [email protected]
Sorry, something went wrong.
@scottwernervt Thank you very much!
Thanks a lot !
No branches or pull requests
Hey @ggascoigne, thank you for this great repo!
I tried to replicate some of its functionality and I ran into this TS issue:
Do you know what this issue could be?
I added the same type definition file as yours and below you have a part of the table component's code:
Are you seeing anything weird?
I would really appreciate your help, thank you!
The text was updated successfully, but these errors were encountered: