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

Start of React router v7 transition #151

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Start of React router v7 transition #151

wants to merge 7 commits into from

Conversation

AlemTuzlak
Copy link
Contributor

Description

Start of the transition to react router v7 devtools from remix dev tools
image

Fixes # (issue)

If this is a new feature please add a description of what was added and why below:

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit tests

Checklist:

  • My code follows the guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

pkg-pr-new bot commented Oct 5, 2024

Open in Stackblitz

yarn add https://pkg.pr.new/forge42dev/Remix-Dev-Tools/[email protected]

commit: 8443431

Copy link

github-actions bot commented Oct 5, 2024

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 85.52% (🎯 80%) 709 / 829
🟢 Statements 85.52% (🎯 80%) 709 / 829
🟢 Functions 71.87% (🎯 70%) 23 / 32
🟢 Branches 81.72% (🎯 75%) 76 / 93
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/client/context/RDTContext.tsx 96.06% 66.66% 85.71% 96.06% 49-50, 52-54
src/client/context/rdtReducer.ts 96.51% 87.5% 100% 96.51% 315-318, 320-323, 325-328, 344-347
src/client/hooks/detached/useRemoveBody.ts 55% 66.66% 100% 55% 10-18
src/client/utils/detached.ts 100% 100% 100% 100%
src/client/utils/routing.ts 54.83% 87.5% 50% 54.83% 20-21, 32-33, 48-56, 63-76, 79-93
src/client/utils/sanitize.ts 53.01% 90.9% 33.33% 53.01% 25-36, 43-44, 55-75, 78-79, 82-83
src/client/utils/storage.ts 85.18% 75% 100% 85.18% 6-7, 14-15
Generated in workflow #35 for commit 8443431 by the Vitest Coverage Report Action

@AlemTuzlak AlemTuzlak mentioned this pull request Oct 5, 2024
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.

1 participant