My app has a bug that only appears in Microsoft Edge. It doesn’t show up in Chrome, Firefox, or Safari. The stack trace doesn’t touch anyplace in my own Javascript code. I can’t tell yet if it’s a bug in Edge, or in the way Edge interacts with an npm package called clsx
that is a dependency of mui.com components, or in the way Edge interacts with Apollo, or all three. Here’s what the stack trace looks like:
The stack trace goes on about 5 times that long. It never touches my own Javascript code directly.
So, it may be a bug in Edge and have nothing to do with Apollo. It’s weird that the trace is pointing at clsx.mjs
, which doesn’t interact with Apollo at all.
I’m just posting this here in case anyone notices anything similar.