From c64d9b23618bda643fe64e4827ff0d0e92f25f05 Mon Sep 17 00:00:00 2001 From: Travis Cardwell Date: Wed, 30 Mar 2022 07:15:49 +0900 Subject: [PATCH] Add Firefox warning --- frontend/src/Tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Tutorial.md b/frontend/src/Tutorial.md index 5412c75..6b6489e 100644 --- a/frontend/src/Tutorial.md +++ b/frontend/src/Tutorial.md @@ -27,6 +27,8 @@ You can run this tutorial by: 4. Navigating to [http://localhost:8000](http://localhost:8000). If you want to run it at a different hostname or port, modify the `config/common/route` configuration file. +Note that this tutorial currently does not work with Firefox ([issue](https://github.com/ghcjs/jsaddle/issues/64)). It works with Google Chrome. + While `ob run` is running the application, any changes to this source file will cause the code to be reloaded and the application to be restarted. If the changes have introduced any errors or warnings, you'll see those in the `ob run` window. Tinker away! ### Navigating to particular tutorial snippets