JS file not compiled due to .format()

OS (MACOS):
PsychoPy version (2023.1.3):
Standard Standalone? (y)
**What are you trying to achieve?: I am trying to compile JS file, so that I can pilot my experience in Pavlovia.

**What did you try to make it work?: I have gone in the code component (I have just one) and tried to change any .format() to f-string, as asked.

**What specifically went wrong when you tried that?: When I try to complile JS file, I receive this error message: Traceback (most recent call last):
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/py2js_transpiler.py », line 515, in translatePythonToJavaScript
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/py2js_transpiler.py », line 419, in transformNode
File « ast.pyc », line 371, in visit
File « ast.pyc », line 447, in generic_visit
File « ast.pyc », line 371, in visit
File « ast.pyc », line 456, in generic_visit
File « ast.pyc », line 371, in visit
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/py2js_transpiler.py », line 267, in visit_Call
Exception: format() is not supported at the moment, please use f-strings instead

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py », line 828, in fileExport
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/scripts/psyexpCompile.py », line 77, in generateScript
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/scripts/psyexpCompile.py », line 213, in compileScript
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/scripts/psyexpCompile.py », line 186, in _makeTarget
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/_experiment.py », line 343, in writeScript
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/routines/_base.py », line 617, in writeEachFrameCodeJS
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/components/button/init.py », line 363, in writeFrameCodeJS
File « /Applications/PsychoPy 2.app/Contents/Resources/lib/python3.8/psychopy/experiment/py2js_transpiler.py », line 519, in translatePythonToJavaScript
Exception: unable to transform the abstract syntax tree: format() is not supported at the moment, please use f-strings instead

I have already tried to find all the .format() to replace them in the code component but I only see one (compared to the coder where I see 3…). I still get the same message at the end.