While I was working on a field control in the Visual Studio code, it was not showing anything in the PowerApps components framework Test Environment.
Below is the simple code for it.
I was using the below command to see the output in the PCF Test Environment.
npm start
This is the silly mistake I made here. Instead of npm start, if we use npm start watch, this will work as expected.
It started working now.
I hope you resolved this issue using the npm start watch command.
Please like and share your valuable feedback on this blog.