-
Notifications
You must be signed in to change notification settings - Fork 362
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
[DSDK-331][LLD] Europa crash MyLedger "cannot ready properties of undefined reading 'dark'" #7017
[DSDK-331][LLD] Europa crash MyLedger "cannot ready properties of undefined reading 'dark'" #7017
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
4 Ignored Deployments
|
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.
type guards incoming hard
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.
LGTM π
@@ -1,12 +1,14 @@ | |||
import { DeviceModelId } from "."; | |||
|
|||
export function isDeviceModelId(val: string | undefined | null): val is DeviceModelId { |
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.
Nice !
β Checklist
npx changeset
was attached.π Description
Fix for a crash:
When opening an app while being connected to LLD My Ledger with Europa, a screen shows up, and an asset was missing, causing a crash.
β Context
π§ Checklist for the PR Reviewers