From e04541411885b06b1234796133f293f2dcf057f4 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:14:22 +0000 Subject: [PATCH] fix(source): fixed AppShell type (#167) * rollup - fail when typescript has warnings or errors Currently this is detected when building the docu. Since the developer rarely does that the problem is detected on github. This change allows the developer to discover the error early by failing the build. * rebase * removed userType from AppShell type defnitions --------- Co-authored-by: Ulf Gebhardt --- package-lock.json | 4 ++-- package.json | 2 +- src/Components/AppShell/AppShell.tsx | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f3684c4..b78fe1ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.64", + "version": "3.0.66", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.64", + "version": "3.0.66", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index a230b773..58a9ccd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.64", + "version": "3.0.66", "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage": "https://utopia-os.org/", diff --git a/src/Components/AppShell/AppShell.tsx b/src/Components/AppShell/AppShell.tsx index 68249746..be60caa7 100644 --- a/src/Components/AppShell/AppShell.tsx +++ b/src/Components/AppShell/AppShell.tsx @@ -17,7 +17,6 @@ export function AppShell({ appName: string children: React.ReactNode assetsApi: AssetsApi - userType: string }) { return (