So, there’s no error. Just a blank page. You can’t find any obvious typos and your code looks quite indentical to the documentation.
Here are a few troubleshooting steps to hopefully help you solve this problem.
This is the most important thing to do. It was the problem I was having.
If you mistype a variable, there will be no error in your terminal. It all goes to the Javascript console.
When in doubt, check the Javascript console in your web browser.
Here’s how to do so …:
Hope this helps.
Leave a comment