···
['"[NATIVE INFO] ', /new .{1,2}\.default\(\)\.log\("\[NATIVE INFO] .+?\)\),/],
['"Spellchecker"', /.\.info\("Switching to ".+?"\(unavailable\)"\);?/g],
52
-
'throw new Error("Messages are still loading.");',
53
-
/console\.warn\("Unsupported Locale",.\);/
52
+
'throw Error("Messages are still loading.");',
53
+
/console\.warn\("Unsupported Locale",.\),/
55
-
["_dispatchWithDevtools=", /.\.has\(.\.type\)&&.\.log\(.+?\);/],
56
-
["_dispatchWithDevtools=", /.\.totalTime>100&&.\.log\(.+?\);0;/],
55
+
["}_dispatchWithDevtools(", /.\.totalTime>100&&.\.verbose\(.+?\);/],
/null==.&&.\.warn\("Tried getting Dispatch instance before instantiated"\),/
62
-
'Error("Messages are still loading.")',
63
-
/console\.warn\("Unsupported Locale",.\),/
['("DatabaseManager")', /.\.log\("removing database \(user: ".+?\)\),/],
'"Dispatch.dispatch(...): Cannot dispatch in the middle of a dispatch. Action: "',
/.\.has\(.\.type\)&&.\.log\(.+?\.type\)\),/
66
+
'console.warn("Window state not initialized"',
67
+
/console\.warn\("Window state not initialized",.\),/
···
/console\.warn\("\[DEPRECATED\] Please use `subscribeWithSelector` middleware"\)/g,
80
+
["this.getDebugLogging()", "false"]
] as { [0]: string | RegExp; [1]: string }[];
export const patches: Patch[] = [