You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are pulling a platform.js script from the CDN provided in your readme but it stopped working very recently (within last 24 hours). The issue seems to be a const reassignment in the addTimers function. For now, I have resolved this by patching the raw js file and changing const o to let o
I am attaching images for your reference
Console error:
Before patch:
After patch:
Please do let me know if this is expected behaviour or a bug and if it is expected, let me know how I can resolve it without patching the script
The text was updated successfully, but these errors were encountered:
ARahimKhan
changed the title
const variable reassignment bug
Const identifier reassignment bug
Jan 12, 2024
@ARahimKhan Thank you for raising this issue. We have reverted a recent change that introduced this regression. Can you confirm everything is in order?
We are pulling a platform.js script from the CDN provided in your readme but it stopped working very recently (within last 24 hours). The issue seems to be a const reassignment in the addTimers function. For now, I have resolved this by patching the raw js file and changing
const o
tolet o
I am attaching images for your reference
Console error:
Before patch:
After patch:
Please do let me know if this is expected behaviour or a bug and if it is expected, let me know how I can resolve it without patching the script
The text was updated successfully, but these errors were encountered: