Replies: 1 comment 2 replies
-
Don't upgrade to 8.0, upgrade to 8.5 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was following development of the latest version of react table and was very excited about many aspects of the project.
One of which was the flexibility of the typing that react-table offered.
Currently I'm blocked on upgrading to
8.0.0
8.*
from the beta. I can get that the current version still can do everything the original did with some conditional typing, but I was wondering if there's a chance that some form of the original concept would be available to use (theTableGenerics
pattern).Mainly curious - what are the plans around the type system currently?
For the time being I'm sticking to the beta version as it's generally best suited for the use case I'm dealing with, but if redefining type modules is the go to then I'll get to some refactoring.
And again, this is one gripe, overall the release for 8.0.0 has been amazingly helpful for development, thanks for the great work 🙂
Beta Was this translation helpful? Give feedback.
All reactions