From ae25f7cefd255b3c014d66f0841c2a27c989d996 Mon Sep 17 00:00:00 2001
From: jjech <jay@jech.us>
Date: Wed, 24 Apr 2019 04:33:34 -0500
Subject: [PATCH] Update FAQ with reference to configuration issue #655 (#656)

---
 docs/faq.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/faq.html b/docs/faq.html
index edced65..8832202 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -241,6 +241,11 @@
 					<p>
 						No. This would drastically slow down parsing, as it would require the worker to wait after every chunk for a "continue" signal from the main thread. But you <i>can</i> abort workers by calling <code>.abort()</code> on the parser that gets passed to your callback function.
 					</p>
+
+					<h6>I set worker:true and now I'm getting an error: "window is not defined." How do I fix it?</h6>
+					<p>
+						This is a fairly common issue with configuration and it appears to be related to the use of React or other third party tools. Since this is a configuration issue, the exact steps needed to solve it may vary. See <a href="https://github.com/mholt/PapaParse/issues/655">Issue #655</a> on GitHub for a solution that worked for one person, and for links to other related issues.
+					</p>
 				</div>
 			</div>
 		</main>