We have a react application which get loaded from a html landing page that post the token info through event listener and the react application reads them and store it in session storage.
Application works fine in all browsers chrome, edge and mac os safari (until 16.1 & 16.2 version). Post safari upgrades to 16.3, application is not loading and seems to be some restriction with windows event listener and session storage.
Do we have any solution for this issue?
Thanks, Ravi.