Closure Compilation Error in `phoenix_live_view.cjs.js`

Hello everyone,

I’m encountering a compilation error while working with phoenix_live_view and Closure Compiler. The error message I’m seeing is as follows:

Closure compilation failed with 1 errors
--- node_modules/phoenix_live_view/priv/static/phoenix_live_view.cjs.js:3561
Illegal variable reference before declaration: input%

I have been following the integration process outlined in the documentation, but I’m stuck at this point. It seems that the error is related to an illegal variable reference before declaration within the phoenix_live_view.cjs.js file.

Has anyone else encountered a similar issue or have insights on how to resolve this error? I’d greatly appreciate any guidance or suggestions to help me move past this compilation error.

Thank you in advance for your assistance.