-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore(remix-dev): remove broken param collision check #5560
Conversation
Signed-off-by: Logan McAnsh <[email protected]>
🦋 Changeset detectedLatest commit: 06dcb40 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -619,6 +619,33 @@ describe("flatRoutes", () => { | |||
} | |||
}); | |||
|
|||
describe("doesn't warn when there's not a route collision", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test case is here for when param collision is brought back
i think we can skip the changeset here as this was never in a stable release yet |
Signed-off-by: Logan McAnsh <[email protected]>
@@ -666,7 +692,7 @@ describe("flatRoutes", () => { | |||
); | |||
}); | |||
|
|||
test("same path, different param name", () => { | |||
test.skip("same path, different param name", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove skip once new conflict detection is brought in
Co-authored-by: Matt Brophy <[email protected]>
Ah - @mcansh we will need a changeset here since this points to |
👍 this is the fella to remove |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
hit a snag in a demo app as it complained there was a conflict when there wasn't.
Closes: #
Testing Strategy: