8000 [LIVE-2186]: Bugfix - Fix NFT send making the app crash in prod (again) by lambertkevin · Pull Request #4958 · LedgerHQ/ledger-live-desktop · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

[LIVE-2186]: Bugfix - Fix NFT send making the app crash in prod (again) #4958

Merged
merged 1 commit into from
May 2, 2022

Conversation

lambertkevin
Copy link
Contributor

🦒 Context (issues, jira)

https://ledgerhq.atlassian.net/browse/LIVE-2186

💻 Description / Demo (image or video)

Sending from Collection page

Screen.Recording.2022-05-02.at.15.47.51.mov

Sending from Gallery page

Screen.Recording.2022-05-02.at.15.50.15.mov

Sending from Drawer

Screen.Recording.2022-05-02.at.16.04.50.mov

Sending from outsite the live in Collection page

Screen.Recording.2022-05-02.at.16.10.54.mov

🖤 Expectations to reach

PR must pass CI, rebase develop if conflicts. Thanks!

  • on QA: at least one of these two checkboxes must be checked:
    • a specific test planned is defined on Jira
    • this PR is covered by automatic UI test
  • on delivery: at least one of these two checkboxes must be checked:
    • Option 1: no impact: The changes of this PR have ZERO impact on the userland (invisible for users)
    • Option 2: atomic delivery: the changes is atomic and complete (no partial delivery)

@lambertkevin lambertkevin requested a review from a team as a code owner May 2, 2022 14:13
@lambertkevin lambertkevin force-pushed the bugfix/fix-sending-last-nft-crash branch from 5269d7a to 7d7ed62 Compare May 2, 2022 14:17
children: (props: { isOpen: ?boolean, value: ?DropDownItemType }) => React$Node,
items: DropDownItemType[],
children: (props: { isOpen: ?boolean, value: ?DropDownItemType<> }) => React$Node,
items: DropDownItemType<>[],
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really need <> ?
Isn't putting nothing put any by default ? (just asking because i find this weird but if it's not possible it's fine)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes looks like it... I tried but looks like Flowtype is enforcing it for generic types even with a default value 😞

@lambertkevin lambertkevin merged commit 0808503 into release/2.41.x May 2, 2022
@lambertkevin lambertkevin deleted the bugfix/fix-sending-last-nft-crash branch May 2, 2022 15:43
@lambertkevin lambertkevin mentioned this pull request May 2, 2022
valpinkman added a commit that referenced this pull request May 3, 2022
* release/2.41.x: (56 commits)
  v2.41.3
  Fix NFT send making the app crash in prod (again) (#4958)
  v2.41.2
  Update to LLC 22.0.3
  FIX LIVE-2186 - Fix NFT crashing the app on send (#4953)
  Remove @ledgerhq/ledger-core again after bad merge (#4951)
  Update to temp LLC dependency + @LedgerHQ libs
  FIX LIVE-2176 - Fix NFT Crumb (#4950)
  v2.41.1
  Update LLC dependency
  LIVE-2080 Fixing Flowtype issues being wrongly ignored (#4938)
  v2.41.0
  update screenshots (windows)
  update screenshots (linux)
  New Crowdin updates (#4913)
  Add LLC#22.0.1 dependency
  Update links to use the new explorer from metadata (#4912)
  Bugfix: Solana linting (#4902)
  [LIVE-1911] Feature - Add collection name resolver to eth familly (#4899)
  LIVE-1751 Solana staking (#4884)
  ...
valpinkman added a commit that referenced this pull request May 3, 2022
* release/2.41.x: (31 commits)
  v2.41.3
  Fix NFT send making the app crash in prod (again) (#4958)
  v2.41.2
  Update to LLC 22.0.3
  FIX LIVE-2186 - Fix NFT crashing the app on send (#4953)
  Remove @ledgerhq/ledger-core again after bad merge (#4951)
  Update to temp LLC dependency + @LedgerHQ libs
  FIX LIVE-2176 - Fix NFT Crumb (#4950)
  v2.41.1
  Update LLC dependency
  LIVE-2080 Fixing Flowtype issues being wrongly ignored (#4938)
  v2.41.0
  update screenshots (windows)
  update screenshots (linux)
  New Crowdin updates (#4913)
  Add LLC#22.0.1 dependency
  Update links to use the new explorer from metadata (#4912)
  Bugfix: Solana linting (#4902)
  [LIVE-1911] Feature - Add collection name resolver to eth familly (#4899)
  LIVE-1751 Solana staking (#4884)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0