jiexi

Results 24 comments of jiexi

Item 2: `Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application` should be addressed by https://github.com/MetaMask/metamask-extension/pull/23010/commits/d0d702f3f21b4be3ea6fa596205495eca65d1f05

Item 3: Seems like this is caused by having a very large state in MetaMask, likely from having many transactions in state and/or a slow machine. IMO not related to...

2. Can't perform a React state update on an unmounted component - I still see the gas-timing-component when editing a transaction This is a bug that currently exists in develop....

This is the specific error i was getting ``` Linking: hhkb_rn42.elf avr-gcc -mmcu=atmega32u4 -gdwarf-2 -DF_CPU=16000000UL -DINTERRUPT_CONTROL_ENDPOINT -DBOOTLOADER_SIZE=4096 -DHHKB_JP -DPROTOCOL_RN42 -DF_USB=16000000UL -DARCH=ARCH_AVR8 -DUSB_DEVICE_ONLY -DUSE_FLASH_DESCRIPTORS -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -DFIXED_CONTROL_ENDPOINT_SIZE=8 -DFIXED_NUM_CONFIGURATIONS=1...

Needs attention: ``` fixed: test/e2e/tests/edit-gas-fee.spec.js fixed: test/e2e/tests/navigate-transactions.spec.js fixed: test/e2e/tests/send-edit.spec.js fixed: test/e2e/tests/stuck-approved-transaction.spec.js broken: test/e2e/tests/metrics/swaps.spec.js broken: test/e2e/tests/swaps/swap-eth.spec.js broken: test/e2e/tests/swaps/swaps-notifications.spec.js ```