-
Notifications
You must be signed in to change notification settings - Fork 181
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: Improve type inference for chain
function
#370
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
285ea00
to
2002604
Compare
2002604
to
4c2ede2
Compare
4c2ede2
to
076ba5f
Compare
076ba5f
to
b85860c
Compare
b85860c
to
72f5acf
Compare
72f5acf
to
616faee
Compare
616faee
to
f6e0763
Compare
f6e0763
to
46a6e9c
Compare
46a6e9c
to
584f917
Compare
sodiray
previously approved these changes
Feb 21, 2024
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.
Thanks for the PR @fResult 🙏
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please provide a detailed description of the changes and the intent behind them :)
Checklist
package.json
has been bumped (matching semver)yarn build
command has been run and to update thecdn
directory/docs
directory) has been updatedResolves
For the issue #339 -
![Display type inference when using chain function](https://private-user-images.githubusercontent.com/19329932/287674358-b854c119-28f7-423c-86b4-193d9ede96a4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTc1NjYsIm5iZiI6MTczOTg5NzI2NiwicGF0aCI6Ii8xOTMyOTkzMi8yODc2NzQzNTgtYjg1NGMxMTktMjhmNy00MjNjLTg2YjQtMTkzZDllZGU5NmE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE2NDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQzNDY2YTdmYjM3YWQwY2FiNWZlYzVmNjlkM2RkMGFlMTU1ODEwZDUwZDcwZjNmNmIzZjkwZTAyM2EwNDgwNjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.n06VVM978fIFrM0ZCtLK2PoKmlmwd5XGumglwVMbXZs)
chain
function can't infer data type