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
Unless I'm missing something, the value and prop variables here are unused:
value
prop
remix-params-helper/src/helper.ts
Lines 94 to 105 in e7e2c24
Also more generally, I'm not really clear on why the errors are being manipulated.
Would it not make more sense to just return the raw output of safeParse and allow the user to use something like result.error.flatten()?
safeParse
result.error.flatten()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unless I'm missing something, the
value
andprop
variables here are unused:remix-params-helper/src/helper.ts
Lines 94 to 105 in e7e2c24
Also more generally, I'm not really clear on why the errors are being manipulated.
Would it not make more sense to just return the raw output of
safeParse
and allow the user to use something likeresult.error.flatten()
?The text was updated successfully, but these errors were encountered: