You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect both Safari and Chrome to have the same behavior when uploading images. The same behavior is defined as is_file rendering as true on the web page and the console.log(...) that fires on form submissions to output the same object.
Actual Behavior
Chrome successfully renders is_file as True and outputs the expected File object on fetcher submission.
Safari renders is_file as False and outputs an empty string on console.log(...) for fetcher submission.
Image of behavior attached:
The text was updated successfully, but these errors were encountered:
I'm using React Router as a...
framework
Reproduction
untitled folder
from the zip file.Additional note:
.png
images were created using the MacOS Snipping tool.System Info
Used Package Manager
npm
Expected Behavior
I expect both Safari and Chrome to have the same behavior when uploading images. The same behavior is defined as
is_file
rendering astrue
on the web page and theconsole.log(...)
that fires on form submissions to output the same object.Actual Behavior
Chrome successfully renders
is_file
asTrue
and outputs the expectedFile
object on fetcher submission.Safari renders
is_file
asFalse
and outputs an empty string onconsole.log(...
) for fetcher submission.Image of behavior attached:
The text was updated successfully, but these errors were encountered: