Temporarily switch to console-feed mirror
Summary: See https://github.com/samdenty/console-feed/issues/124. This is breaking our CI and lots of other things. We should hopefully be able to cleanly revert this on Monday. Reviewed By: ivanmisuno Differential Revision: D47150333 fbshipit-source-id: f34d6afdb83607c8ac2cc7fb2989ca68733798e0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94a2e33cb8
commit
2b17ac76de
@@ -17,7 +17,7 @@
|
||||
"@tanishiking/aho-corasick": "^0.0.1",
|
||||
"antd": "4.19.2",
|
||||
"cbuffer": "^2.2.0",
|
||||
"console-feed": "^3.3.0",
|
||||
"@nicksrandall/console-feed": "^3.5.0",
|
||||
"deep-equal": "^2.2.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"flipper-client-sdk": "^0.0.3",
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
import {useMemo} from 'react';
|
||||
import React from 'react';
|
||||
import {Console} from 'console-feed';
|
||||
import type {Methods} from 'console-feed/lib/definitions/Methods';
|
||||
import type {Styles} from 'console-feed/lib/definitions/Styles';
|
||||
import {Console} from '@nicksrandall/console-feed';
|
||||
import type {Methods} from '@nicksrandall/console-feed/lib/definitions/Methods';
|
||||
import type {Styles} from '@nicksrandall/console-feed/lib/definitions/Styles';
|
||||
import {createState, useValue} from 'flipper-plugin';
|
||||
import {useLocalStorageState} from 'flipper-plugin';
|
||||
import {theme, Toolbar, Layout} from 'flipper-plugin';
|
||||
|
||||
Reference in New Issue
Block a user