-
Notifications
You must be signed in to change notification settings - Fork 129
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
fix: broken defaultDocs
properties
#301
Conversation
@DogPawHat is attempting to deploy a commit to the Tanstack Team on Vercel. A member of the Team first needs to authorize it. |
❌ Deploy Preview for tanstack failed.
|
@@ -1,6 +1,6 @@ | |||
import { Library } from '.' | |||
|
|||
export const configProject: Library = { | |||
export const configProject = { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
defaultDocs
propertiesdefaultDocs
properties
Thanks! |
fixes #300