Skip to content

fix(frontend): resolve react-router v7 future flag warnings#270

Closed
AegisX-dev wants to merge 1 commit intoCCExtractor:mainfrom
AegisX-dev:main
Closed

fix(frontend): resolve react-router v7 future flag warnings#270
AegisX-dev wants to merge 1 commit intoCCExtractor:mainfrom
AegisX-dev:main

Conversation

@AegisX-dev
Copy link
Copy Markdown

Summary

Resolved the React Router v7 future flag warnings in the browser console as reported in issue #268.

Changes

  • Updated the Router configuration (likely in main.tsx or App.tsx) to opt-in to:
    • v7_startTransition: true
    • v7_relativeSplatPath: true

Verification

  • Verified locally that console warnings no longer appear on startup.
  • Ran npm run pre-commit to ensure formatting compliance.

Closes #268

@github-actions
Copy link
Copy Markdown

Thank you for opening this PR!

Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.

Please take a moment to:

  • Check the "Files changed" tab
  • Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
  • Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
  • Finally, submit all the comments!

This helps make the review process smoother and gives us a clearer understanding of your thought process.

Once you've added your self-review, we'll continue from our side. Thank you!

ShivaGupta-14 added a commit to ShivaGupta-14/ccsync that referenced this pull request Dec 11, 2025
Taskwarrior assigns id=0 to all completed and deleted tasks since they
are removed from the active task list. Using task.id for the dialog's
open condition caused multiple dialogs to open simultaneously when
clicking on any non-pending task, resulting in flickering and blackout.

Replaced _selectedTask?.id === task.id with
_selectedTask?.uuid === task.uuid since uuid is unique for every
task regardless of status.

Fixes: CCExtractor#270
@its-me-abhishek
Copy link
Copy Markdown
Collaborator

Thanks for this PR! This got fixed by #276. Please feel free to checkout any other issues that interest you out!

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get rid of console warnings

2 participants