From a370b7d6cd99b8b2404ce881cb569ef9cb10fbcf Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Tue, 12 Mar 2024 12:28:21 +0100 Subject: [PATCH] chore:

cannot appear as a descendant of

. (#3417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: Warning: validateDOMNesting(...):

cannot appear as a descendant of

. In some locations we had nested inside another this renders 2

tags inside of each-other and that is not valid. The other way around was having a that is nested inside of a Typography which also seems to be not valid. --- src/components/common/WalletInfo/index.tsx | 2 +- .../components/WcSessionList/WcNoSessions.tsx | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/common/WalletInfo/index.tsx b/src/components/common/WalletInfo/index.tsx index d9c2d9f20f..f083e57895 100644 --- a/src/components/common/WalletInfo/index.tsx +++ b/src/components/common/WalletInfo/index.tsx @@ -90,7 +90,7 @@ export const WalletInfo = ({ ) : ( <> - + void }) => { }, [onUnload]) return ( - + {SAMPLE_DAPPS.map((item) => (