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
Removing an unwanted extension solved the issue!
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