Skip to content

fix react-table-config.d.ts #1582

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

Merged

Conversation

ggascoigne
Copy link
Contributor

It turns out that pulling the types directly from a package slightly
changes how visible they are to the consuming application. This makes
sense, previously we explicitly adding the react-table module to the
global namespace an so didn't need explicit imports, but now that's not
the case. So add explicit imports.

It turns out that pulling the types directly from a package slightly
changes how visible they are to the consuming application.  This makes
sense, previously we explicitly adding the react-table module to the
global namespace an so didn't need explicit imports, but now that's not
the case.  So add explicit imports.
@tannerlinsley tannerlinsley merged commit 51aa8e2 into TanStack:master Oct 9, 2019
@dbertella
Copy link

Hey guys (@ggascoigne) wonderful job about adding the typings, is the documentation in tyescript.md outdated already after this? I'm still struggling to understand what's the right way to use this lib along typescript, also I guess it's worthy to link the typescript doc (if updated) in the main readme, what do you think?

@ggascoigne
Copy link
Contributor Author

@dbertella having seen your PR I think that you've got it all sorted out, but just in case I updated my simple example too: #1534

@ggascoigne ggascoigne deleted the ggp/fix-typescript-override branch October 10, 2019 18:26
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.

4 participants