skip to Main Content

This is getting showed in console, i have nowhere used this getQuestions.

Thanks in Advance.|

I tried using Vite instead of react same error still/
267main.tsx.8578f314.js:5 Uncaught TypeError: p.getQuestions is not a function at main.tsx.8578f314.js:5:61923

2

Answers


  1. Chosen as BEST ANSWER

    Removing an unwanted extension solved the issue!


  2. i was also getting this error.
    check the initiator of main.tsx
    for me it was coming through chrome extension
    see the network call for main.tsx

    So for me own of my extension with that ID was causing extension.
    I removed that anyway unwanting extension. working fine now.

    error which I was getting

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search