-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Bug]: No new lines in error decoder errors #6734
New issue
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
Comments
Hi, could you please assign this issue to me? I submitted a pull request separately and signed the CLA. Thank you |
@rickhanlonii Good morning Ricky, just wanted to follow up on this issue, I submitted a pull request under #6735 and wasn't sure if there was any feedback for my proposed solution. Thanks! |
Seems to include newlines now: -- https://react.dev/errors/418 The only thing missing is handling empty strings. The hydration errors will always produce https://react.dev/errors/418?args[]= but that's interpreted as missing unfortunately. |
Summary
Check out this error: https://react.dev/errors/418
It's formatted all on one line, but should have new lines.
Page
https://react.dev/errors/418
Details
No response
The text was updated successfully, but these errors were encountered: