Skip to content

Conversation

@quisido
Copy link
Owner

@quisido quisido commented Oct 15, 2025

No description provided.

@quisido quisido self-assigned this Oct 15, 2025
@coderabbitai

This comment was marked as outdated.

github-advanced-security[bot]

This comment was marked as outdated.

coderabbitai[bot]
coderabbitai bot previously approved these changes Nov 2, 2025
coderabbitai[bot]
coderabbitai bot previously approved these changes Nov 2, 2025

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings November 2, 2025 22:40

This comment was marked as outdated.

coderabbitai[bot]
coderabbitai bot previously approved these changes Nov 2, 2025
Copilot AI review requested due to automatic review settings November 2, 2025 23:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 282 out of 372 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

packages/vite/src/features/notifications-provider.tsx:1

  • The notify function's dependency array is empty but it uses the dismiss function internally. Since dismiss is no longer memoized, this could lead to stale closures or the dependency should include dismiss.
import { isNot } from 'fmrs';

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +47 to +52
const dismiss = (notification: WithKey<Notification>): void => {
setNotifications(filter(isNot<WithKey<Notification>>(notification)));
if (typeof notification.onDismiss === 'function') {
notification.onDismiss();
}
};
Copy link

Copilot AI Nov 2, 2025

Choose a reason for hiding this comment

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

The dismiss function is no longer wrapped in useEffectEvent, which means it will be recreated on every render. This could cause unnecessary re-renders in child components that depend on this function.

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings November 4, 2025 05:31
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Nov 4, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 282 out of 431 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 6, 2025 09:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 282 out of 455 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 6, 2025 11:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 282 out of 456 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant