From fe4b3c093b07c2589e822bc6ae929c4957aa0209 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 9 Sep 2021 22:03:23 +0200 Subject: [PATCH] Update ERRORS.mdx --- docs/docs/guides/ERRORS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/ERRORS.mdx b/docs/docs/guides/ERRORS.mdx index 8b59a7e..4ac6885 100644 --- a/docs/docs/guides/ERRORS.mdx +++ b/docs/docs/guides/ERRORS.mdx @@ -93,7 +93,7 @@ function App() { } } } - }, [camera]); + }, [camera]) return }