From f041370c62a1904958256c5d54cb42910c58b273 Mon Sep 17 00:00:00 2001 From: Yury Date: Wed, 29 May 2024 17:06:47 +0300 Subject: [PATCH] chore: added comment --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 7d8744c..35e43d3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,6 +17,7 @@ const App = () => { useEffect(() => { if (window.location.hostname === '0.0.0.0') { + // A change of the host is needed to make library available in windows object window.location.hostname = 'localhost' }