Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Dec 8, 2022
1 parent f6e84ba commit a0900a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion integration/fetcher-state-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ test.describe("fetcher states", () => {
type: "loaderSubmission",
submission: {
formData: { key: "value" },
// TODO: I think this is a bug and will be fixed with RR 6.4
// Note: This is a bug in Remix but we're going to keep it that way
// in useTransition (including the back-compat version) and it'll be
// fixed with useNavigation
action: "/page?key=value",
method: "GET",
encType: "application/x-www-form-urlencoded",
Expand Down
4 changes: 3 additions & 1 deletion integration/transition-state-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ test.describe("rendering", () => {
key: expect.any(String),
},
submission: {
// TODO: I think this is a bug and will be fixed with RR 6.4
// Note: This is a bug in Remix but we're going to keep it that way
// in useTransition (including the back-compat version) and it'll be
// fixed with useNavigation
action: `/${STATES.SUBMITTING_LOADER}?key=value`,
encType: "application/x-www-form-urlencoded",
method: "GET",
Expand Down

0 comments on commit a0900a6

Please sign in to comment.