Turns out this also happens in one of my oldest generators, Power Hangman, and not just in the Generator Manager. Someone in the comments of that page reported this quite recently, so I just fixed that generator to use the var i
solution instead of let i
. I should probably create a post on the Perchance community about this so everyone can have a catch.
In short, multiple let
declarations on the script
tag in the HTML would now cause an error in the generator. I haven't encountered these errors before, so if you happen to experience that same error as well, let me know!