Open arlllk opened 5 months ago
Bump. we're currently running into this issue.
Yep, nice catch. The if is truthy, but it is still running further also with a falsy checkSessionIframe
. Will fix that after the weekend.
@arlllk Added an early return to prevent this case you mentioned. Does that fit your needs?
Yes, that PR fixes the issue
Will this fix be released soon?
Version
17.1.0+
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Steps to reproduce the behavior
A clear and concise description of what you expected to happen.
Additional context
This issue appears to have been introduced with commit 367448f1b3c9d33206b01a4808ab76a2d6c3017f here, The change seems to have moved an 'if' expression that previously checked if 'checkSessionIframe' was undefined or null before setting the iframe location.