vercel/speed-insights

[Bug] Nullish coalescing remaining even in bundled code and breaking old browsers

hyoretsu opened this issue · 0 comments

document.head.appendChild(n),
                        {
                            setRoute: t=>{
                                n.dataset.route = t ?? void 0
                            }
                        }

It looks to be this file/line:

script.dataset.route = route ?? undefined;