handleError method throws error: Object.assign requires that input parameter not be null or undefined #3569
Replies: 5 comments 4 replies
-
it should be |
Beta Was this translation helpful? Give feedback.
-
The stack trace we have is relatively poor. I don't know why, but Flare doesn't use the sourcemaps uploaded by the sourcemap plugin. |
Beta Was this translation helpful? Give feedback.
-
There is another error that may be related to this: https://flareapp.io/share/dPbqgRgm#F2 |
Beta Was this translation helpful? Give feedback.
-
This issue has been converted to a discussion as we are now using discussions to track bugs and ideas. |
Beta Was this translation helpful? Give feedback.
-
This is strange. it shouldn't ever have undefined or null unless someone is playing hard and fast with In this case, this won't be doing much to reduce your logs, since the issue is that something is throwing nothing. Like they just do So its most likely in your own code, but could be another library underneath it. Not really supposed to throw nothing. |
Beta Was this translation helpful? Give feedback.
-
Greetings!
According to our error tracker, the code below is causing an error in Safari browsers, stating that
Object.assign requires that input parameter not be null or undefined
. I'm afraid this issue hides many important error messages from us. I don't even know which part of the application throws the error that thehandleError
method wants to handle or which parameter is null or undefined.alpine/packages/alpinejs/src/utils/error.js
Line 10 in a0a6b74
Can you help me fix this problem?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions