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

remove unnacessary any type #2511

Closed
wants to merge 1 commit into from

Conversation

do7be
Copy link
Contributor

@do7be do7be commented Apr 19, 2024

Summary

key: K extends keyof PrdStore and there is no problem with the type.

So any seems unnecessary.

Check List

  • yarn run prettier for formatting code and docs

Copy link

vercel bot commented Apr 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jotai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 19, 2024 9:11am

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@do7be do7be closed this Apr 19, 2024
@do7be do7be deleted the feature/remove-unnecessary-any branch April 19, 2024 10:22
@do7be
Copy link
Contributor Author

do7be commented Apr 19, 2024

There was no problem with build on local, but it seems that the global variable named store is interpreted as not existing, so I closed this PR.

@do7be
Copy link
Contributor Author

do7be commented Apr 19, 2024

Probably, the any in various places was necessary for rollup.

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.

None yet

1 participant