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
Inbetween version changes, it seems like the rendering logic for request bodies changed a little bit. In the following two screenshots, you see the exact same request being made, but being rendered differently:
2.17:
3.7:
I think the new version is a bit confusing, since it makes the request body look like it's a FormData, and not a JSON. It caused some headache for me and my coworkers :D
Reactotron version
3.7.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Inbetween version changes, it seems like the rendering logic for request bodies changed a little bit. In the following two screenshots, you see the exact same request being made, but being rendered differently:
2.17:
3.7:
I think the new version is a bit confusing, since it makes the request body look like it's a
FormData
, and not aJSON
. It caused some headache for me and my coworkers :DReactotron version
3.7.0
The text was updated successfully, but these errors were encountered: