Uncaught ReferenceError: LoopList is not defined

I am currently trying to create a custom widget. I am using the “getValue” method, which I have seen used in the looper v1 code. I am using the method twice in my code. The first instance of it works fine, but the second instance throws an error saying: “Uncaught ReferenceError: LoopList2 is not defined.” I have defined LoopList2 as: “const LoopList2 = ;” but I keep getting the same error message.

“const LoopList2 = ;”

@aafahannah, see my message on your other post. If you need help debugging a custom widget, you might have better luck if you share the code.