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: Prevent app crash during colony creation #4084

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

rumzledz
Copy link
Contributor

@rumzledz rumzledz commented Jan 13, 2025

Description

The app was crashing because the GroupedTransaction component is attempting to access the Colony Context before the app even navigates to a Colony. I slightly tweaked the logic to make sure this doesn't happen.

create-colony

Testing

  1. Generate a create Colony URL using the following command:
node scripts/create-colony-url.js
  1. Proceed to create a Colony
  2. Verify that the app doesn't crash during Colony creation

Resolves #4083

@rumzledz rumzledz self-assigned this Jan 13, 2025
@rumzledz rumzledz marked this pull request as ready for review January 13, 2025 19:15
@rumzledz rumzledz requested a review from a team as a code owner January 13, 2025 19:15
Copy link
Collaborator

@jakubcolony jakubcolony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a turnaround, nice job fixing this @rumzledz! 🔧

Screen.Recording.2025-01-13.at.19.21.51.mov

Copy link
Member

@rdig rdig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the regression! Very nice turnaround Romeo!

Screencast.from.2025-01-10.14-38-03.mp4

Copy link
Contributor

@iamsamgibbs iamsamgibbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All fixed! Great job fixing this up so quick:

Screen.Recording.2025-01-13.at.19.29.42.mov

@rumzledz rumzledz merged commit 2e9d45a into master Jan 13, 2025
2 checks passed
@rumzledz rumzledz deleted the fix/4083-prevent-app-crash-during-colony-creation branch January 13, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The app crashes during Colony creation
4 participants