-
Notifications
You must be signed in to change notification settings - Fork 161
types: use more accurate type to replace any #369
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
types: use more accurate type to replace any #369
Conversation
🦋 Changeset detectedLatest commit: c500960 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
43081j
left a comment
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.
makes sense 👍
thanks for the contribution
Thanks. I don't know why the ci job failed. What's the best way to fix this? |
|
@dreyfus92 is going to look into it, its happening on all PRs 👍 once we figure that out, we can merge this |
OK, I get it. Thanks for all your efforts! |
|
@example/basic • @example/changesets commit: |
dreyfus92
left a comment
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.
i think i fixed the pipeline, awesome work @chouchouji and btw, would you mind adding a changeset about this patch?
Thanks! I will add a changeset today. |
a6905b2 to
a139ef5
Compare
I have added a patch. Please check it. |
@43081j , It is an amazing library and helps me a lot. Thanks for all your work in this repo.
I see we have precise type in this link.
So should we use more accurate type to replace
anyin another file? This will make our code clearer. If you have some suggestions for this pr. Please tell me directly. Thanks again.