json is not defined Error in Remix Loader Function #9494
-
Description: Environment:
Code:
Error Message Additional Information:
I would appreciate any guidance on resolving this issue or insights into what might be causing the json is not defined error. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
kiliman
May 26, 2024
Replies: 1 comment
-
You are using Should be import { type LinksFunction, json } from '@remix-run/node' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
abdes-zakari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are using
import type
.Should be