### Environment v16.18.1 ### Reproduction ```ts await $fetch("/404", { onRequestError(context) { context.options.retry // undefined }, }); ``` but there is a implicit retry ### Describe the bug see reproduction ### Additional context _No response_ ### Logs _No response_