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

[Bug]: Too many v7 warnings #12250

Open
ebnazmul opened this issue Nov 8, 2024 · 4 comments
Open

[Bug]: Too many v7 warnings #12250

ebnazmul opened this issue Nov 8, 2024 · 4 comments
Labels

Comments

@ebnazmul
Copy link

ebnazmul commented Nov 8, 2024

What version of React Router are you using?

[email protected]

Steps to Reproduce

Screenshot 2024-11-08 105940

I tried

Screenshot 2024-11-08 110115

Expected Behavior

No warning

Actual Behavior

Too much warnings

@ebnazmul ebnazmul added the bug label Nov 8, 2024
@timdorr timdorr changed the title [Bug]: Getting weird warings [Bug]: Too many v7 warnings Nov 8, 2024
@Eghizio
Copy link

Eghizio commented Nov 10, 2024

@ebnazmul see #12245

@timdorr
Copy link
Member

timdorr commented Nov 11, 2024

For the moment, the best course of action is to downgrade to 6.27.0 and lock your version to that release. The only things added in 6.28.0 are these warnings, so you're not missing any features or fixes by downgrading to that version.

@jbblanchet
Copy link

I know it's not explicit here, but it would be nice if explicitly opting out the flags (i.e. v7_skipActionErrorRevalidation: false) would stop the warning. It's my way of saying "I got the message, I created a ticket to follow up on this, please stop warning me."

@dd-jonas
Copy link

I don't see the reason for adding these warnings. This seems to belong in a changelog, not in the console. None of these feature flags have any impact on my application. Why should I enable them all explicitly, only to remove them again in v7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants