From 2c75a4828a3ec25f14838cd098d93e7c0c59a526 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 17 Jul 2020 17:55:30 +0200 Subject: [PATCH] :pencil: Added a troubleshooting section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c6d45d..7ff9db0 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ $ npx degit amoutonbrady/vite-template-solid/ts#main my-solid-project $ cd my-solid-project $ npm install # or pnpm install or yarn install ``` + +## Troubleshooting + +It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000154544-I-m-having-a-huge-problem-with-Webstorm-and-react-hot-loader-) and disable the **"Safe Write"** option in **"Settings | Appearance & Behavior | System Settings"**.