Replies: 1 comment 6 replies
-
Same here, but in Chrome with remix 1.3.4,
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm really enjoying my time with Remix but I've hit a bit of a snag. Right now Remix is bundling unstable_parseMultipartFormData into my client side bundle, apparently, as I'm getting this error in the browser console:
This is invisible in Chrome but in Safari it results in a full-on Application Error crash that blocks the website from even rendering:
The only place I am importing unstable_parseMultipartFormData though is inside a file with a .server.ts extension,
app/utils/parseEmail.server.ts
. I must be missing something, but I can't think of what. Any help would be greatly appreciated.Beta Was this translation helpful? Give feedback.
All reactions