-
Notifications
You must be signed in to change notification settings - Fork 5.3k
fix: break build on server-side data fetch error [Resolves #15146] #15150
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
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This issue is stale because it has been open 30 days with no activity. |
|
This issue is stale because it has been open 30 days with no activity. |
|
@claude review |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
We are doing a big refactor of the data layer, which this touches. Going to close this out in favor of what we are doing there. Sorry @SamarthJ2004 |

Description
Added appropriate value handling when the value fetched is undefined. It will throw a error due to which deployment wont be successful.
Related Issue