Dear community,
I'm starting out with PCF components and following the official tutorial of Microsoft.
However, I'm stuck with an error I'm getting after running `npm run build`, and I can't seem to solve it. The error message I receive is
EventListener is not defined
and I was following the tutorial step by step.
Can someone point me in the right direction? I guess it's an easy fix for you guys.
Thanks in advance!
Solved! Go to Solution.
Follow below steps:
1. remove or comment variable declaration buttonClickHandler i.e.
Follow below steps:
1. remove or comment variable declaration buttonClickHandler i.e.
Hi @deepakMehta
You're a rockstar! That works, thank you.
Now we just need to get MS to fix it on their learning platform 😁
Thanks again! I appreciate it.