+2
-1
lines changedFilter options
+2
-1
lines changed Original file line number Diff line number Diff line change
@@ -94,4 +94,5 @@ const configurablePropDefaultFnName = makePropConfigurable({}, '', '').default.n
94
94
95
95
// Detect wether the given value is currently a function
96
96
// and isn't the props default function
97
-
export const hasPropFunction = fn => isFunction(fn) && fn.name !== configurablePropDefaultFnName
97
+
export const hasPropFunction = fn =>
98
+
isFunction(fn) && fn.name && fn.name !== configurablePropDefaultFnName
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4