I am using .NET WPF WebBrowser control in our application to launch the whole react application in web browser control. But when I run the WPF application It shows me the dialog box with javascript error and if you press yes-yes to all the questions then also It ended up showing nothing on the screen but the blank screen
This is my code
public MainWindow()
{
InitializeComponent();
webBrowser1.Navigate("http://localhost:3000/");
}
Where my react application is running on port 3000(Checked everything and running properly)
This is the dialog box shown when I run the application
Second error for "2.aeaacf2c.chunk.js" file
Third error for "main.a60e0400.chunk.js " file
When I press "yes" for all , It ended up showing blank screen with no loaded JS