Minor Changes
- BREAKING CHANGE:
getContext()now derives its type fromfetch-router'sRouterTypes.context, with route params broadened toAnyParams. The separateAsyncContextTypes.requestContextaugmentation has been removed, so apps that configure their router context no longer need a second async-context-specific augmentation.
Patch Changes
- Bumped
@remix-run/*dependencies: