Skip to content

Commit

Permalink
Fix e2e test import
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 7, 2024
1 parent 6a1a454 commit 35e7412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/single-fetch-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const files = {
`,

"app/routes/data-with-response.tsx": js`
import { useActionData, useLoaderData, unstable_data as data } from "@remix-run/react";
import { useActionData, useLoaderData, data } from "@remix-run/react";
export function headers ({ actionHeaders, loaderHeaders, errorHeaders }) {
if ([...actionHeaders].length > 0) {
Expand Down

0 comments on commit 35e7412

Please sign in to comment.