From 30cee86c3956acef1cc5aa9473e283076f708f91 Mon Sep 17 00:00:00 2001 From: Va Da Date: Wed, 5 Dec 2018 22:05:30 +0100 Subject: [PATCH] docs: add note about the polyfill --- docs/useLocation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/useLocation.md b/docs/useLocation.md index c08313374c..bf572f98b4 100644 --- a/docs/useLocation.md +++ b/docs/useLocation.md @@ -2,6 +2,8 @@ React sensor hook that tracks brower's location. +For Internet Explorer you need to [install a polyfill](https://github.com/streamich/react-use/issues/73). + ## Usage