react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Exception : A network error occurred.

prashantsharma31 opened this issue · comments

Describe the bug
Unhandled Exception : A network error occurred.
Reproduction

Steps to reproduce the behavior:
Some times we are getting in [general] Unhandled exception in production its intermetent but as per stacktrace it is coming from
file:
node_modules/dnd-core/dist/esm/reducers/index.js
line:0
column:132

undefined
undefined
undefined
Line 00000: function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
-----------------------------------------------------------------------------------------------------------------------------------^
Line 00001:
Line 00002: function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
Line 00003:

Expected behavior
Please can you handle this scenario and by adding exception handling and we can get some relevant exception message for such cases

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 115