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'm having an issue with clicking buttons in episerver forms - buttons in this case are the submit, next step etc. form elements.
I've set up "@Html.RequiredClientResources("Header")" just before the closing head tag, and "@Html.RequiredClientResources("Footer")" just before the closing body tag.
The issue is only present when the "@Html.RequiredClientResources("Footer")" is in the HTML document, if I remove it - everything works. However we have other solutions that require the "@Html.RequiredClientResources("Footer")" to be present. I've tried to use both the built in jQuery, and an external source without any luck - the stacktrace below is from using the external source.
The console error is the following:
Uncaught TypeError: Cannot read property 'indexOf' of undefinedat WebResource.axd?d=Tz…37213340560000000:1at HTMLDivElement.<anonymous> (WebResource.axd?d=Tz…37213340560000000:1)at Function.each (jquery-3.3.1.js:354)at jQuery.fn.init.each (jquery-3.3.1.js:189)at h (WebResource.axd?d=Tz…37213340560000000:1)at HTMLButtonElement.t (WebResource.axd?d=Tz…37213340560000000:1)at HTMLButtonElement.dispatch (jquery-3.3.1.js:5183)at HTMLButtonElement.elemData.handle (jquery-3.3.1.js:4991)When you further inspect the error, it seems that 'n.DependencyInactiveElements' is undefined:
Does anyone have any idea clue what the issue might be?
Best regards.