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

fix: broken defaultDocs properties #301

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

DogPawHat
Copy link
Contributor

fixes #300

Copy link

vercel bot commented Nov 15, 2024

@DogPawHat is attempting to deploy a commit to the Tanstack Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for tanstack failed.

Name Link
🔨 Latest commit 359dee9
🔍 Latest deploy log https://app.netlify.com/sites/tanstack/deploys/673f226eb7c0580008072f31

@@ -1,6 +1,6 @@
import { Library } from '.'

export const configProject: Library = {
export const configProject = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

satisfies is generally nicer but I'm aware that it's slower then doing the explicit typing. willing to revert.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait, this is application code not a library. I think it's fine then.

@SeanCassiere SeanCassiere changed the title Fix broken defaultDocs properties fix: broken defaultDocs properties Nov 22, 2024
@SeanCassiere SeanCassiere merged commit 39ca0c6 into TanStack:main Nov 22, 2024
2 of 7 checks passed
@DogPawHat
Copy link
Contributor Author

Thanks!

@DogPawHat DogPawHat deleted the fix-broken-default-docs-links branch November 22, 2024 10:25
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.

Broken docs index links for Table, Virtual and Ranger
2 participants