javascript – React js rendering my site with error on logs
I am getting this error at first render of every page of my site:
Error handling response: TypeError: Cannot read properties of null (reading ‘disableContextMenuCheckOnAllIFrames’)
at chrome-extension://jifcoadedkediabkmjbflemiblmnbjfk/content/centrify-idle.js:1:9034
When I inspect the source, it shows me the error with a red cross (❌) at the level of the tag.
I have researched, and found that it may be because I am trying to access a property while not defined, or there is an error in the flow of my asycn functions… but then it suggests a problem with an extension of chrome.
I really don’t know where to start.
Read more here: Source link
