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 97f89e9 commit 99af086Copy full SHA for 99af086
index.js
@@ -1,4 +1,4 @@
1
-let defaultGetErrorMessage = () => null;
+let defaultGetErrorMessage = undefined;
2
3
function checkGetErrorMessage(getErrorMessage) {
4
if (typeof getErrorMessage !== 'function') {
0 commit comments