From bfcc893b4ea062e2909dd71aa25bfdd26b666a09 Mon Sep 17 00:00:00 2001 From: Oswaldo Acauan Date: Sun, 20 Aug 2023 20:54:20 +0200 Subject: [PATCH] Fix docs/get-started/tips-and-tricks broken JSX (#2257) --- docs/get-started/tips-and-tricks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/get-started/tips-and-tricks.md b/docs/get-started/tips-and-tricks.md index 0414159b..efd937cf 100644 --- a/docs/get-started/tips-and-tricks.md +++ b/docs/get-started/tips-and-tricks.md @@ -178,8 +178,9 @@ If your application can do without complicated DOM objects and CSS styling, cons 'icon-image': 'vehicle-icon', 'icon-size': 1, 'text-field': ['get', 'id'] - }} > - + }} + /> + ); ```