From a0b4c257f863267f29265f1f3d459397e855d553 Mon Sep 17 00:00:00 2001 From: "Kaishan (Sam) Ding" Date: Thu, 21 Nov 2024 10:15:24 -0800 Subject: [PATCH] remove 'editing props of custom components' from limitations in web editor --- web-editor.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web-editor.mdx b/web-editor.mdx index 8f186b5..25de127 100644 --- a/web-editor.mdx +++ b/web-editor.mdx @@ -262,11 +262,6 @@ the editor. We do have a few current limitations in the editor that we're working to resolve. - - In components like `` and `` which have props like title, icon, - href, etc., you currently cannot edit those props without going to the **"Source Editor"** - - You currently cannot live-update your navigation based on added/edited files. You still have to manually edit renamed, added, and deleted files in your `mint.json`