Lock v11 in React app not triggering ‘authenticated’ event

Hello,

It was working correctly till today. I didn’t make any changes on my login helper but when I try to log in today, no event is triggered.

lock.on('authenticated'
lock.on('unrecoverable_error'
lock.on('authorization_error'

There is also no error on the Console or network tab.

Even though no event is triggered, if I call lock.checkSession() function, I can see that I authenticated successfully.

Any feedback is appreciated.