Skip to content

Commit c869824

Browse files
committed
Update react-devtools artifacts
1 parent ae992da commit c869824

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ export type InitializationOptions = {
5050
canViewElementSourceFunction?: CanViewElementSource,
5151
};
5252

53-
export function initialize(node: Element | Document, options: InitializationOptions): void;
53+
export function initializeComponents(node: Element | Document, options: InitializationOptions): void;
54+
export function initializeProfiler(node: Element | Document, options: InitializationOptions): void;

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

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

0 commit comments

Comments
 (0)