Fix doctor warning and animation

Summary: Two random tiny changes

Reviewed By: nikoant

Differential Revision: D19309447

fbshipit-source-id: 13a1a66d6b91285a00177ca7a3003fd83b4820f5
This commit is contained in:
Michel Weststrate
2020-01-08 04:43:12 -08:00
committed by Facebook Github Bot
parent 5c8ab0790b
commit 7c80720c5d
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ const SidebarSectionBody = styled('div')<{
overflow: 'hidden', overflow: 'hidden',
maxHeight: collapsed ? 0 : 2000, // might need increase if too many plugins... maxHeight: collapsed ? 0 : 2000, // might need increase if too many plugins...
transition: collapsed transition: collapsed
? 'max-height 0.5s ease-out' ? 'max-height 0.3s ease-out'
: 'max-height 0.5s ease-in', : 'max-height 0.5s ease-in',
})); }));

View File

@@ -8,7 +8,7 @@
*/ */
import {Actions} from './'; import {Actions} from './';
import {produce} from 'flipper'; import {produce} from 'immer';
import {Healthchecks} from 'flipper-doctor'; import {Healthchecks} from 'flipper-doctor';
export type State = { export type State = {