-
Notifications
You must be signed in to change notification settings - Fork 6
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:page display account is undefined #928
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
package.json
Outdated
@@ -56,7 +56,7 @@ | |||
"@types/node": "18.11.19", | |||
"@types/phoenix": "1.5.4", | |||
"@types/qrcode": "1.5.0", | |||
"@types/react": "17.0.53", | |||
"@types/react": "^18.0.4", |
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.
Dep should be pinned. And are there no changes in yarn.lock
when the dep is upgraded?
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.
https://github.com/Magickbase/godwoken-explorer-ui/actions/runs/4540819243/jobs/8002232845?pr=928#step:4:23 CI failed because of the inconsistency
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.
302ed1e
to
dd8e3e0
Compare
dd8e3e0
to
f5be983
Compare
Codecov Report
@@ Coverage Diff @@
## develop #928 +/- ##
===========================================
- Coverage 68.30% 67.07% -1.24%
===========================================
Files 18 18
Lines 1325 1321 -4
Branches 788 788
===========================================
- Hits 905 886 -19
- Misses 364 380 +16
+ Partials 56 55 -1
|
What problem does this PR solve?
As title.
Ref: Magickbase/godwoken_explorer#1351
Check List
Test
e2e Test
Task
none