This codemod converts reply.res moved to reply.raw.
š¦ Impact Level: Minimal
What Changed
If you previously used the reply.res attribute to access the underlying Request object you will now need to use reply.raw.
Before
jsx
After
jsx
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
The easiest way to run this codemod without installing anything globally:
This codemod converts reply.res moved to reply.raw.
š¦ Impact Level: Minimal
If you previously used the reply.res attribute to access the underlying Request object you will now need to use reply.raw.
jsx
jsx
Build your own codemod and share it with the community.