Skip to content

chore(lint): Enable & Auto-fix native-coercion-functions #89452

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryan953
Copy link
Member

@ryan953 ryan953 commented Apr 11, 2025

No description provided.

@ryan953 ryan953 requested review from a team as code owners April 11, 2025 23:43
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 11, 2025
@@ -39,7 +39,7 @@ export function useOutdatedSDKProjects(options?: Options) {
.map(projectId => {
return ProjectsStore.getById(projectId);
})
.filter((item): item is NonNullable<typeof item> => Boolean(item));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hrm. types change here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant