From ddadbc69a34e665f470de1aff47030c242349e96 Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Wed, 10 May 2023 23:44:47 -0600 Subject: [PATCH] Use span instead of div Div effect how the page is displayed. --- src/client/packages/@reactpy/client/src/components.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/packages/@reactpy/client/src/components.tsx b/src/client/packages/@reactpy/client/src/components.tsx index de134682a..728c4cec7 100644 --- a/src/client/packages/@reactpy/client/src/components.tsx +++ b/src/client/packages/@reactpy/client/src/components.tsx @@ -161,12 +161,12 @@ function ImportedElement({ model }: { model: ReactPyVdom }) { if (!importSourceFallback) { return null; } else if (typeof importSourceFallback === "string") { - return
{importSourceFallback}
; + return {importSourceFallback}; } else { return ; } } else { - return
; + return ; } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy