Fixed broken navigation plugin
Summary: The navigation plugin threw exceptions, as the defaultPersisted state was not mixed into the already stored state, making some fields unreadable Reviewed By: jknoxville Differential Revision: D19554291 fbshipit-source-id: 57f045aa1eae10682e44d479b9aecb51f0391b9e
This commit is contained in:
committed by
Facebook Github Bot
parent
23625f7a89
commit
e9ff9addc6
@@ -8,7 +8,7 @@
|
||||
* @flow strict-local
|
||||
*/
|
||||
|
||||
import {FlipperPlugin, bufferToBlob, FlexColumn} from 'flipper';
|
||||
import {FlipperPlugin, FlexColumn, bufferToBlob} from 'flipper';
|
||||
import {
|
||||
BookmarksSidebar,
|
||||
SaveBookmarkDialog,
|
||||
|
||||
Reference in New Issue
Block a user