-
Hi The error being raised is:
Is there a way for solve the issue ? |
Beta Was this translation helpful? Give feedback.
Answered by
wong2
Jun 3, 2024
Replies: 2 comments
-
Solution, in
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichaelDeBoey
-
Pass this option in the remix vite plugin to fix the issue: remix({
future: {
v3_singleFetch: true,
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution, in
vite.config.ts
:installGlobals({ nativeFetch: true })