-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Working Nivo chart #22
Conversation
β¦into ogdev/chart-component-rebuild
β Deploy Preview for contributor-info ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
pages/[owner]/[repo]/index.tsx
Outdated
|
||
if (!data && !error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is breaking the build. Failing when project tries to build pages that are undefined in the prCounts.ts
TypeError: Cannot read properties of undefined (reading 'forEach')
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm. I figured it out that prCounts file is duplicated and I was looking at the original, but there is one in the lib.
@OgDev-01 the build was failing and there we multiple Type errors (my errors). I wanted to get this app in a place where we can share a deploy preview so I went ahead and fix those in this PR. I saw you moved the files around but didn't get to deleting the original files. I deleted the duplicated prCounts since it was causing the build failure. |
## [1.2.0-beta.1](v1.1.0...v1.2.0-beta.1) (2024-01-05) ### π Features * Add a PR activity chart ([#19](#19)) ([9bac59a](9bac59a)) * spice up contributors pr chart styles ([#20](#20)) ([bdf937f](bdf937f)) * use v2 pr/search ([#16](#16)) ([f1f78ff](f1f78ff)) * Working Nivo chart ([#22](#22)) ([22c07a9](22c07a9))
## [1.2.0](v1.1.0...v1.2.0) (2024-01-05) ### π Features * Add a PR activity chart ([#19](#19)) ([9bac59a](9bac59a)) * spice up contributors pr chart styles ([#20](#20)) ([bdf937f](bdf937f)) * use v2 pr/search ([#16](#16)) ([f1f78ff](f1f78ff)) * Working Nivo chart ([#22](#22)) ([22c07a9](22c07a9))
Description
Taking over the PR from #20 to move things forward.
What type of PR is this? (check all applicable)
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
Steps to QA
Enter withastro/astro in the input field
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?