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

bug - Fix for crash on event registration #329

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

jurevans
Copy link
Collaborator

@jurevans jurevans commented Jul 7, 2023

Resolves #328

This is a simple fix that resolves an issue where Event registration crashes the interface if the Metamask extension is not installed. This checks that window.ehtereum is present before attaching handlers.

@jurevans jurevans added the bug Something isn't working label Jul 7, 2023
@jurevans jurevans self-assigned this Jul 7, 2023
@github-actions
Copy link

github-actions bot commented Jul 7, 2023

@github-actions github-actions bot temporarily deployed to pull request July 7, 2023 12:48 Inactive
@jurevans jurevans force-pushed the bug/328-fix-for-extension-events branch from 05f6696 to cfe39f4 Compare July 10, 2023 08:49
@github-actions github-actions bot temporarily deployed to pull request July 10, 2023 09:01 Inactive
@jurevans jurevans merged commit e99ea46 into main Jul 10, 2023
5 checks passed
@jurevans jurevans deleted the bug/328-fix-for-extension-events branch July 10, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Event registration will crash interface if related Extension isn't present
2 participants