Skip to content

Commit 0ecc39f

Browse files
authored
upgrade[react-devtools]: 6.0.1 (#127)
1 parent 6f29504 commit 0ecc39f

File tree

2 files changed

+530
-144
lines changed

2 files changed

+530
-144
lines changed

front_end/third_party/react-devtools/package/frontend.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ export type Bridge = {
1919
};
2020
export type Store = Object;
2121
export type BrowserTheme = 'dark' | 'light';
22+
export type Config = {
23+
supportsReloadAndProfile?: boolean,
24+
};
2225

2326
export function createBridge(wall: Wall): Bridge;
24-
export function createStore(bridge: Bridge): Store;
27+
export function createStore(bridge: Bridge, config?: Config): Store;
2528

2629
export type Source = {
2730
sourceURL: string,

front_end/third_party/react-devtools/package/frontend.js

Lines changed: 526 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)