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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DogPawHat
Copy link

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 a449046
🔍 Latest deploy log https://app.netlify.com/sites/tanstack/deploys/6737a8ce44677b0008f0c34a

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

export const configProject: Library = {
export const configProject = {
Copy link
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
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.

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
1 participant