Edge and IE11: standalone pages render only with the console open
Noticed while testing https://github.com/Yoast/yoast-components/pull/573
On Windows, using Edge or IE11, the standalone examples at localhost:3333 render a blank page.
Only when opening the Edge and IE 11 "dev tools", the app renders.
A first problem might be the various console.* used here and there (as far as I remember on IE 11 console is available only with the dev tools open). However, I guess that's not the only problem.
Worth noting this makes testing on these two browsers far from ideal.
After I've successfully (and painfully) updated Windows, my Edge version is now: Microsoft Edge 42.17134.1.0 Microsoft EdgeHTML 17.17134
and seems there's no need to open the console any longer.
IE 11 still needs the console open to actually see something, otherwise there's just a blank page.