From e9eee90870cde58cb0c2c9d690901ae47be4507a Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 31 Oct 2022 14:38:54 -0700 Subject: [PATCH] Fix showcase. --- packages/editor/test/playground/map-render/js/showcase.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/editor/test/playground/map-render/js/showcase.tsx b/packages/editor/test/playground/map-render/js/showcase.tsx index fba0a846..df95056f 100644 --- a/packages/editor/test/playground/map-render/js/showcase.tsx +++ b/packages/editor/test/playground/map-render/js/showcase.tsx @@ -38,7 +38,7 @@ const options: EditorOptions = { enableKeyboardEvents: true, }; -const container = document.getElementById('app'); +const container = document.getElementById('root'); const root = createRoot(container!); root.render( console.log('action called:', action)} onLoad={initialization} />, - document.getElementById('root'), );