mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Use this
This commit is contained in:
parent
e37af54c1b
commit
438d08dd7c
|
@ -175,7 +175,7 @@ const defaultOptions: Options = {
|
|||
|
||||
export interface Node {
|
||||
name: string;
|
||||
children?: Node[] | null;
|
||||
children?: this[] | null;
|
||||
value?: unknown;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user