diff --git a/docs/maps/autocomplete.mdx b/docs/maps/autocomplete.mdx index c5e6a59aa..6704245b2 100644 --- a/docs/maps/autocomplete.mdx +++ b/docs/maps/autocomplete.mdx @@ -200,4 +200,7 @@ const RadarMap = () => { }; export default RadarMap; -``` \ No newline at end of file +``` + +Note that using an `` element reference as the `container` argument is not compatible with React since the parent +element is mutated. You must use a non-input `container` reference when using React. \ No newline at end of file