| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When just starting out, I bet one of the most frequent mistakes is to copy-paste the "Hello World" code into the editor and execute a `spago run` or the like. This will result in the `ReferenceError: window is not defined` exception though because the tutorial code doesn't create a window, and requires more steps for that to work. So let's mention that explicitly. Fixes: purescript-halogen#758
|
…that said, I'm wondering if there's a documentation section that describes how to create such HTML file, etc, that I could link from the new paragraph to. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When just starting out, I bet one of the most frequent mistakes is to copy-paste the "Hello World" code into the editor and execute a spago run or the like. This will result in the ReferenceError: window is not defined exception though because the tutorial code doesn't create a window, and requires more steps for that to work.
So let's mention that explicitly.
Fixes: #758