Replies: 2 comments 1 reply
-
I use the react-table v.8 with typescript without problem, and I didn't install any type package like @ But sometimes I struggle to pass some table variables (table, table instance, column, cell props etc.) to other functions/components, because I think the types are mostly overwritten with the row type (like User, Product etc.) |
Beta Was this translation helpful? Give feedback.
1 reply
-
v8 beta4 already had TS support. Use it.
…On Tue, 7 Jun 2022, 07:53 samuelMabonga, ***@***.***> wrote:
I am trying to use it as well but it keeps asking me install types or add
a declaration file. Any pointers on how to go about this?
—
Reply to this email directly, view it on GitHub
<#3959 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE7SAK24MUDUA3KKVE5KDTVN3PV5ANCNFSM5W2DYWDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is out-of-box Typescript support is planned for v8? I don't mean those
@types/*
namespace of libraries, which most of the time are incomplete or outdated.It is extremely difficult to use this lib without one in the year 2022.
Beta Was this translation helpful? Give feedback.
All reactions