Forum Discussion
Anonymous
Mar 05, 2018SPFX webpart not rendering data untill browser console is opened
Hi,
For a customer we have been asked to make a webpart that can list all the current subsites for the site that a user is on.
This was asked to be done using react "DetailList".
I am not s...
paulpascha
Mar 05, 2018Bronze Contributor
Looking at your code I think an exception occurs calling Console.log if you don't have your Browser Console open. This Exception causes your code to stop executing. Before using Console you should check if it is not "undefined".
See also:
https://stackoverflow.com/questions/3326650/console-is-undefined-error-for-internet-explorer