A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I don't know if this is the right place to report this for Episerver.Find.
Somewhere earlier in my HTML page, I have a script that attaches a handler to the window.load event
However this is not being triggered because somewhere lower on the page, there is a find.js (https://dl.episerver.net/12.4.3/epi-util/find.js) that completely replaces the window.load instead of attaching another event handler to the window.load and it is this particular snippet:
Can we request for the window.onload to be something like this?
So it doesn't erase any event handlers already attached?
Thanks