From 9e5c73a684b7f607ed0b4eaf04c3a01d1ff9816c Mon Sep 17 00:00:00 2001 From: Zach Stednick Date: Sun, 3 Mar 2024 22:35:09 -0800 Subject: [PATCH] Update introduction.mdx I kept getting a `TypeError i is undefined` with the umd version of the script from unpkg. I finally found issue #92 and someone suggested using a different version on unpkg. I tried that and my error was resolved so I made that change in the docs. --- docs/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index bcdda78ce..8edf7df82 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -47,8 +47,8 @@ Include the CSS file in the `head` section of your page: Include the JavaScript file before the closing `body` tag, if you're using it with the leaflet, make sure to include it **after** leaflet's javascript file ```html - - + + ``` Now you're ready to use the control or providers. Just remember that your "import" syntax will be a bit different from what the docs are using.