bugfix - webpack is not treating isObject as fn #37

Open
opened 2025-10-14 18:02:25 -06:00 by navan · 0 comments
Owner

Originally created by @mnsrulz on 8/16/2020

Description

Please explain the changes you made here.
isObject package is using the default export and when x-ray is getting compiled using webpack, then the output package is not able to detect isObject as a function.

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
*Originally created by @mnsrulz on 8/16/2020* ### Description Please explain the changes you made here. isObject package is using the default export and when x-ray is getting compiled using webpack, then the output package is not able to detect isObject as a function. ### Checklist - [x] Code compiles correctly - [x] Created tests which fail without the change (if possible) - [x] All tests passing - [x] Extended the README / documentation, if necessary
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/x-ray#37
No description provided.