We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deprecationWarningHandler
1 parent dace7f1 commit fef4a50Copy full SHA for fef4a50
docs/api/config.md
@@ -38,7 +38,7 @@ config.showDeprecationWarnings = true
38
config.deprecationWarningHandler = (method, message) => {
39
if (method === 'emittedByOrder') return
40
41
- console.error(msg)
+ console.error(message)
42
}
43
```
44
0 commit comments