Alexandre Lage

Results 13 comments of Alexandre Lage

I also got this issue. I was not able to change a segment's background color when it was selected. First @henrynw, you will also need this prop `testOptionEqual={...}` if you...

Well, I guess the features @o1lab has promised won't come any soon :'(

I am having the same error. `npx lerna run fix` works successfully. It runs `eslint --fix src`. But trying `git commit` fails because `lint-staged` fails. `lint-staged` config file is ```json...

Same issue here. Fixed files are not being added to stage automatically. ``` "husky": "^7.0.4", "lint-staged": "^12.1.5", ```

Hey, just `disableWebsocket: false` did the trick. ``` const StorybookUIRoot = getStorybookUI({ asyncStorage: AsyncStorage, port: 7007, host: "0.0.0.0", onDeviceUI: false, resetStorybook: true, disableWebsockets: true }); ```

https://stackoverflow.com/questions/72696726/flipper-desktop-failed-to-provide-certificates-error-from-flipper-desktop/74160205#74160205 I noticed my local `idb_companion` server was crashing when Flipper tried to connect to tit, and I was able to see why. I wrote what I learned on this...

Hey guys, thank you all for working on this feature. I'm looking forward to trying it