Open brucem1976 opened 8 months ago
This check for isPlainObject() has stopped working because the check now returns [object String] and [object Module] instead of [object Object] - this update causes the library to continue to function correctly
[object String]
[object Module]
[object Object]
This check for isPlainObject() has stopped working because the check now returns
[object String]
and[object Module]
instead of[object Object]
- this update causes the library to continue to function correctly