fetch-router@0.18.2
📦 remixView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes a compatibility issue with router.fetch() when dealing with certain Request facade implementations.
🐛 Bug Fixes
- Fixed an issue where router.fetch() failed to support Request facades that clone to a native Request, such as lazy server request wrappers.