Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/swift-feet-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/router": patch
---

Fix lint issue
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: 🏗 Build
run: yarn build

- name: 🔬 Lint
run: yarn lint

- name: 🧪 Run tests
run: yarn test

Expand Down
2 changes: 1 addition & 1 deletion packages/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
} from "./history";
import type {
DataResult,
DeferredData,
AgnosticDataRouteMatch,
AgnosticDataRouteObject,
DeferredResult,
Expand All @@ -33,7 +34,6 @@ import type {
MutationFormMethod,
} from "./utils";
import {
DeferredData,
ErrorResponse,
ResultType,
convertRoutesToDataRoutes,
Expand Down