'ReactJS - Unbound Breackpoint

I'm working on a project with ReactJS and I have a problem when I try to launch the debugging console. When I set breakpoints, I get 'unbound Breakpoint' as message. I don't know how to solve this problem knowing that I searched everywhere before posting this message, if someone could help me, it would be cool, Thanks in advance,

 {"version": "0.2.0",
    "configurations": [
        {
            "type": "pwa-chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:8080/",
            "webRoot": "${workspaceFolder}"
        }
    ]
 }


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source