We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.13.0
export async function action({ request }: ActionArgs) { const cloned = request.clone() if (cloned instanceof Request) { // return false console.log("") } }
should return true
return false
The text was updated successfully, but these errors were encountered:
NodeRequest
clone
Thank you @tomer-rmor. I have merged this as part of #6512 with updated tests.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of Remix are you using?
1.13.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
should return true
Actual Behavior
return false
The text was updated successfully, but these errors were encountered: