Skip to content

Commit

Permalink
Turn unstable single fetch off to try to narrow down memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Apr 4, 2024
1 parent 2870467 commit 7f3a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
arraybuffer(),
remix({
future: {
unstable_singleFetch: true,
unstable_singleFetch: false,
},
}),
],
Expand Down

0 comments on commit 7f3a5b7

Please sign in to comment.