We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93c7b2 commit a421306Copy full SHA for a421306
packages/internal-test-utils/shouldIgnoreConsoleError.js
@@ -3,7 +3,7 @@
3
module.exports = function shouldIgnoreConsoleError(format, args) {
4
if (__DEV__) {
5
if (typeof format === 'string') {
6
- if (format.startsWith('%c%s%c')) {
+ if (format.startsWith('%c%s')) {
7
// Looks like a badged error message
8
args.splice(0, 3);
9
}
0 commit comments