facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

Cannot add any Flipper plugin #5231

Open hpelitebook745G2 opened 11 months ago

hpelitebook745G2 commented 11 months ago

🐛 Bug Report

I am unable to add the Flipper plugin because the table view is compressed, making it impossible for me to click any buttons.

Screenshot 2023-10-19 at 9 44 11 PM

To Reproduce

  1. Download and install version 0.228.0
  2. Add plugin once
  3. Close the dialog popup and add plugin again

Environment

Flipper Desktop version: 0.228.0 OS: macOS Sonoma 14.0

hpelitebook745G2 commented 11 months ago

My workaround is to delete the Flipper folder in /Users/<user>/Library/Application Support/Flipper

heath-clink commented 10 months ago

duplicate of https://github.com/facebook/flipper/issues/5124 see also https://github.com/facebook/flipper/pull/5161

TLDR workaround: click the "Plugin Status" tab, then close the modal, then open it again, then the "Install Plugins" tab should render properly.

gianlucalippolis commented 8 months ago

Hi @hpelitebook745G2 , i fixed this bug in this PR https://github.com/facebook/flipper/pull/5161 that has been merged today.