Skip to content
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

fix: remove unused property causing build breaks #12028

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

wackerow
Copy link
Member

Description

The pastEventLink property was resulting undefined in some cases causing the build to fail when attempting to serialize. This value is not being consumed by the frontend and is not needed. PR removes this variable which resolved build errors.

Related Issue

Current dev branch build failures:

Error serializing `.communityEvents.pastEventData[2].pastEventLink` returned from `getStaticProps` in "/".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.

The `pastEventLink` property was resulting undefined in some cases causing the build to fail when attempting to serialize. This value is not being consumed by the frontend; removed.
Copy link

netlify bot commented Jan 25, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit f85b2dc
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/65b2c5072a73920008708f8d
😎 Deploy Preview https://deploy-preview-12028--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added review needed 👀 tooling 🔧 Changes related to tooling of the project labels Jan 25, 2024
@corwintines corwintines merged commit b8639fc into dev Jan 25, 2024
6 checks passed
@corwintines corwintines deleted the patch-events-property branch January 25, 2024 21:22
This was referenced Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling 🔧 Changes related to tooling of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants