[Resolved] PCF Field Control Not showing in the PCF Test Environment?

Microsoft Power Apps

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.

LocalHost

Below is the simple code for it.

Test environment Code

I was using the below command to see the output in the PCF Test Environment.

npm start

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.

npm start watch

It started working now.

Data inputs

I hope you resolved this issue using the npm start watch command.

Please like and share your valuable feedback on this blog.