11:44:24 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n) Y 11:44:31 INFO: Put application into maintenance mode. 11:44:31 INFO: Flushing view, config and route cache.. 11:44:33 INPUT: Would you like to migrate your database? (Y/n) Y 11:44:36 INFO: Running database migrations.. INFO Running migrations. 2024_03_02_181839_create_blueprint_table ............................................................................................... 81ms DONE 11:44:37 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. 11:44:39 INFO: Rebuilding panel assets.. yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" -o -name "*.json" \) -type f -delete 10% building 1/2 modules 1 active /var/www/pterodactyl/node_modules/babel-loader/lib/index.js!/var/www/pterodactyl/resources/scripts/index.tsxBrowserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Hash: e4a6fe96f957ffc0eb10 Version: webpack 4.43.0 Time: 72737ms Built at: 07/29/2024 11:45:56 AM 15 assets Entrypoint main = bundle.d4876c70.js [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built] | 3 modules [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built] | 2 modules [17] ./resources/scripts/api/http.ts 4.07 KiB {5} [built] [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built] | ./resources/scripts/state/index.ts 359 bytes [built] | ./resources/scripts/state/flashes.ts 1.7 KiB [built] | ./resources/scripts/state/user.ts 1.54 KiB [built] | ./resources/scripts/state/permissions.ts 393 bytes [built] | ./resources/scripts/state/settings.ts 177 bytes [built] | ./resources/scripts/state/progress.ts 408 bytes [built] | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built] | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built] [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built] [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built] | 5 modules [51] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/assets/tailwind.css 62.2 KiB {5} [built] [52] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css 426 bytes {5} [built] [53] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built] | ./resources/scripts/state/server/index.ts 2.38 KiB [built] | ./resources/scripts/state/server/socket.ts 284 bytes [built] | ./resources/scripts/state/server/files.ts 1.45 KiB [built] | ./resources/scripts/state/server/subusers.ts 575 bytes [built] | ./resources/scripts/state/server/schedules.ts 584 bytes [built] | ./resources/scripts/state/server/databases.ts 584 bytes [built] [81] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built] | 10 modules [97] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built] [151] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built] | ./resources/scripts/index.tsx 584 bytes [built] | ./resources/scripts/blueprint/css/extensions.css 421 bytes [built] | ./resources/scripts/i18n.ts 1.08 KiB [built] | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.91 KiB [built] | ./resources/scripts/api/interceptors.ts 772 bytes [built] | ./resources/scripts/assets/tailwind.css 410 bytes [built] | + 18 hidden modules [411] ./resources/scripts/routers/AuthenticationRouter.tsx + 11 modules 30.6 KiB {3} [built] | ./resources/scripts/routers/AuthenticationRouter.tsx 1.57 KiB [built] | ./resources/scripts/api/auth/login.ts 748 bytes [built] | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built] | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built] | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built] | + 7 hidden modules [412] ./resources/scripts/routers/DashboardRouter.tsx + 10 modules 25.1 KiB {4} [built] | ./resources/scripts/routers/DashboardRouter.tsx 1.22 KiB [built] | ./resources/scripts/blueprint/extends/routers/DashboardRouter.tsx 2.74 KiB [built] | ./resources/scripts/api/server/getServerResourceUsage.ts 767 bytes [built] | + 8 hidden modules [413] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 24.8 KiB {6} [built] | ./resources/scripts/routers/ServerRouter.tsx 3.91 KiB [built] | ./resources/scripts/blueprint/extends/routers/ServerRouter.tsx 6.29 KiB [built] | ./resources/scripts/plugins/Websocket.ts 2.46 KiB [built] | ./resources/scripts/api/server/getWebsocketToken.ts 354 bytes [built] | + 6 hidden modules + 400 hidden modules ERROR in resources/scripts/components/elements/ButtonV2.tsx:1:18 TS2307: Cannot find module 'clsx' or its corresponding type declarations. > 1 | import clsx from 'clsx'; | ^^^^^^ 2 | import React from 'react'; 3 | 4 | interface Props extends React.ButtonHTMLAttributes { ERROR in resources/scripts/components/elements/CheckboxNew.tsx:1:36 TS2307: Cannot find module '@radix-ui/react-checkbox' or its corresponding type declarations. > 1 | import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2 | import { CheckIcon } from '@radix-ui/react-icons'; 3 | import * as React from 'react'; 4 | ERROR in resources/scripts/components/elements/CheckboxNew.tsx:2:27 TS2307: Cannot find module '@radix-ui/react-icons' or its corresponding type declarations. 1 | import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; > 2 | import { CheckIcon } from '@radix-ui/react-icons'; | ^^^^^^^^^^^^^^^^^^^^^^^ 3 | import * as React from 'react'; 4 | 5 | import { cn } from '@/lib/utils'; ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:1:25 TS2307: Cannot find module 'cmdk' or its corresponding type declarations. > 1 | import { Command } from 'cmdk'; | ^^^^^^ 2 | import { useEffect, useState } from 'react'; 3 | import { useNavigate } from 'react-router-dom'; 4 | import { toast } from 'sonner'; ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:3:10 TS2305: Module '"react-router-dom"' has no exported member 'useNavigate'. 1 | import { Command } from 'cmdk'; 2 | import { useEffect, useState } from 'react'; > 3 | import { useNavigate } from 'react-router-dom'; | ^^^^^^^^^^^ 4 | import { toast } from 'sonner'; 5 | 6 | import Can from '@/components/elements/Can'; ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:4:23 TS2307: Cannot find module 'sonner' or its corresponding type declarations. 2 | import { useEffect, useState } from 'react'; 3 | import { useNavigate } from 'react-router-dom'; > 4 | import { toast } from 'sonner'; | ^^^^^^^^ 5 | 6 | import Can from '@/components/elements/Can'; 7 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:46:23 TS7006: Parameter 'e' implicitly has an 'any' type. 44 | 45 | useEffect(() => { > 46 | const down = (e) => { | ^ 47 | if (e.key === 'k' && (e.metaKey || e.ctrlKey)) { 48 | e.preventDefault(); 49 | setOpen((open) => !open); ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:58:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 56 | 57 | return ( > 58 | | ^^^^^^^^^^^^^^ 59 | 60 | 61 | No results found. ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:59:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 57 | return ( 58 | > 59 | | ^^^^^^^^^^^^^ 60 | 61 | No results found. 62 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:60:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 58 | 59 | > 60 | | ^^^^^^^^^^^^ 61 | No results found. 62 | 63 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:61:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 59 | 60 | > 61 | No results found. | ^^^^^^^^^^^^^ 62 | 63 | 64 | cmdkNavigate('')}> ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:63:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 61 | No results found. 62 | > 63 | | ^^^^^^^^^^^^^ 64 | cmdkNavigate('')}> 65 | 66 | Home ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:64:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 62 | 63 | > 64 | cmdkNavigate('')}> | ^^^^^^^^^^^^ 65 | 66 | Home 67 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:65:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 63 | 64 | cmdkNavigate('')}> > 65 | | ^^^^^^^^^^^^^ 66 | Home 67 | 68 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:68:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 66 | Home 67 | > 68 | | ^^^ 69 | cmdkNavigate('/files')}> 70 | 71 | Files ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:69:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 67 | 68 | > 69 | cmdkNavigate('/files')}> | ^^^^^^^^^^^^ 70 | 71 | Files 72 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:70:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 68 | 69 | cmdkNavigate('/files')}> > 70 | | ^^^^^^^^^^^^^^^ 71 | Files 72 | 73 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:74:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 72 | 73 | > 74 | | ^^^ 75 | cmdkNavigate('/databases')}> 76 | 77 | Databases ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:75:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 73 | 74 | > 75 | cmdkNavigate('/databases')}> | ^^^^^^^^^^^^ 76 | 77 | Databases 78 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:76:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 74 | 75 | cmdkNavigate('/databases')}> > 76 | | ^^^^^^^^^^^^^^^^^ 77 | Databases 78 | 79 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:80:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 78 | 79 | > 80 | | ^^^ 81 | cmdkNavigate('/backups')}> 82 | 83 | Backups ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:81:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 79 | 80 | > 81 | cmdkNavigate('/backups')}> | ^^^^^^^^^^^^ 82 | 83 | Backups 84 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:82:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 80 | 81 | cmdkNavigate('/backups')}> > 82 | | ^^^^^^^^^^^^^^^^ 83 | Backups 84 | 85 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:86:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 84 | 85 | > 86 | | ^^^ 87 | cmdkNavigate('/network')}> 88 | 89 | Networking ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:87:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 85 | 86 | > 87 | cmdkNavigate('/network')}> | ^^^^^^^^^^^^ 88 | 89 | Networking 90 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:88:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 86 | 87 | cmdkNavigate('/network')}> > 88 | | ^^^^^^^^^^^^^^^^^^^^ 89 | Networking 90 | 91 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:92:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 90 | 91 | > 92 | | ^^^ 93 | cmdkNavigate('/settings')}> 94 | 95 | Settings ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:93:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 91 | 92 | > 93 | cmdkNavigate('/settings')}> | ^^^^^^^^^^^^ 94 | 95 | Settings 96 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:94:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 92 | 93 | cmdkNavigate('/settings')}> > 94 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 95 | Settings 96 | 97 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:99:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 97 | 98 | > 99 | | ^^^^^^^^^^^^^ 100 | 101 | cmdkPowerAction('start')}> 102 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:100:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 98 | 99 | > 100 | | ^^^ 101 | cmdkPowerAction('start')}> 102 | 103 | Start Server ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:101:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 99 | 100 | > 101 | cmdkPowerAction('start')}> | ^^^^^^^^^^^^ 102 | 103 | Start Server 104 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:102:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 100 | 101 | cmdkPowerAction('start')}> > 102 | | ^^^^^^^^^^^^ 103 | Start Server 104 | 105 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:106:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 104 | 105 | > 106 | | ^^^ 107 | cmdkPowerAction('restart')}> 108 | 109 | Restart Server ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:107:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 105 | 106 | > 107 | cmdkPowerAction('restart')}> | ^^^^^^^^^^^^ 108 | 109 | Restart Server 110 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:108:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 106 | 107 | cmdkPowerAction('restart')}> > 108 | | ^^^^^^^^^^^^ 109 | Restart Server 110 | 111 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:112:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 110 | 111 | > 112 | | ^^^ 113 | cmdkPowerAction('stop')}> 114 | 115 | Stop Server ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:113:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 111 | 112 | > 113 | cmdkPowerAction('stop')}> | ^^^^^^^^^^^^ 114 | 115 | Stop Server 116 | ERROR in resources/scripts/components/elements/commandk/CmdK.tsx:114:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 112 | 113 | cmdkPowerAction('stop')}> > 114 | | ^^^^^^^^^^^^ 115 | Stop Server 116 | 117 | ERROR in resources/scripts/components/elements/ContextMenu.tsx:1:39 TS2307: Cannot find module '@radix-ui/react-context-menu' or its corresponding type declarations. > 1 | import * as ContextMenuPrimitive from '@radix-ui/react-context-menu'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2 | import { CheckIcon, ChevronRightIcon, DotFilledIcon } from '@radix-ui/react-icons'; 3 | import * as React from 'react'; 4 | ERROR in resources/scripts/components/elements/ContextMenu.tsx:2:60 TS2307: Cannot find module '@radix-ui/react-icons' or its corresponding type declarations. 1 | import * as ContextMenuPrimitive from '@radix-ui/react-context-menu'; > 2 | import { CheckIcon, ChevronRightIcon, DotFilledIcon } from '@radix-ui/react-icons'; | ^^^^^^^^^^^^^^^^^^^^^^^ 3 | import * as React from 'react'; 4 | 5 | import { cn } from '@/lib/utils'; ERROR in resources/scripts/components/elements/editor/Editor.tsx:1:86 TS2307: Cannot find module '@codemirror/autocomplete' or its corresponding type declarations. > 1 | import { autocompletion, closeBrackets, closeBracketsKeymap, completionKeymap } from '@codemirror/autocomplete'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2 | import { defaultKeymap, history, historyKeymap, indentWithTab } from '@codemirror/commands'; 3 | import { 4 | LanguageDescription, ERROR in resources/scripts/components/elements/editor/Editor.tsx:2:70 TS2307: Cannot find module '@codemirror/commands' or its corresponding type declarations. 1 | import { autocompletion, closeBrackets, closeBracketsKeymap, completionKeymap } from '@codemirror/autocomplete'; > 2 | import { defaultKeymap, history, historyKeymap, indentWithTab } from '@codemirror/commands'; | ^^^^^^^^^^^^^^^^^^^^^^ 3 | import { 4 | LanguageDescription, 5 | LanguageSupport, ERROR in resources/scripts/components/elements/editor/Editor.tsx:13:8 TS2307: Cannot find module '@codemirror/language' or its corresponding type declarations. 11 | indentUnit, 12 | syntaxHighlighting, > 13 | } from '@codemirror/language'; | ^^^^^^^^^^^^^^^^^^^^^^ 14 | import { languages } from '@codemirror/language-data'; 15 | import { lintKeymap } from '@codemirror/lint'; 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; ERROR in resources/scripts/components/elements/editor/Editor.tsx:14:27 TS2307: Cannot find module '@codemirror/language-data' or its corresponding type declarations. 12 | syntaxHighlighting, 13 | } from '@codemirror/language'; > 14 | import { languages } from '@codemirror/language-data'; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 15 | import { lintKeymap } from '@codemirror/lint'; 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; 17 | import type { Extension } from '@codemirror/state'; ERROR in resources/scripts/components/elements/editor/Editor.tsx:15:28 TS2307: Cannot find module '@codemirror/lint' or its corresponding type declarations. 13 | } from '@codemirror/language'; 14 | import { languages } from '@codemirror/language-data'; > 15 | import { lintKeymap } from '@codemirror/lint'; | ^^^^^^^^^^^^^^^^^^ 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; 17 | import type { Extension } from '@codemirror/state'; 18 | import { Compartment, EditorState } from '@codemirror/state'; ERROR in resources/scripts/components/elements/editor/Editor.tsx:16:57 TS2307: Cannot find module '@codemirror/search' or its corresponding type declarations. 14 | import { languages } from '@codemirror/language-data'; 15 | import { lintKeymap } from '@codemirror/lint'; > 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; | ^^^^^^^^^^^^^^^^^^^^ 17 | import type { Extension } from '@codemirror/state'; 18 | import { Compartment, EditorState } from '@codemirror/state'; 19 | import { ERROR in resources/scripts/components/elements/editor/Editor.tsx:17:32 TS2307: Cannot find module '@codemirror/state' or its corresponding type declarations. 15 | import { lintKeymap } from '@codemirror/lint'; 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; > 17 | import type { Extension } from '@codemirror/state'; | ^^^^^^^^^^^^^^^^^^^ 18 | import { Compartment, EditorState } from '@codemirror/state'; 19 | import { 20 | EditorView, ERROR in resources/scripts/components/elements/editor/Editor.tsx:18:42 TS2307: Cannot find module '@codemirror/state' or its corresponding type declarations. 16 | import { highlightSelectionMatches, searchKeymap } from '@codemirror/search'; 17 | import type { Extension } from '@codemirror/state'; > 18 | import { Compartment, EditorState } from '@codemirror/state'; | ^^^^^^^^^^^^^^^^^^^ 19 | import { 20 | EditorView, 21 | crosshairCursor, ERROR in resources/scripts/components/elements/editor/Editor.tsx:30:8 TS2307: Cannot find module '@codemirror/view' or its corresponding type declarations. 28 | lineNumbers, 29 | rectangularSelection, > 30 | } from '@codemirror/view'; | ^^^^^^^^^^^^^^^^^^ 31 | import type { CSSProperties } from 'react'; 32 | import { useEffect, useRef, useState } from 'react'; 33 | ERROR in resources/scripts/components/elements/editor/Editor.tsx:162:36 TS7006: Parameter 'support' implicitly has an 'any' type. 160 | } 161 | > 162 | void language.load().then((support) => { | ^^^^^^^ 163 | setLanguageSupport(support); 164 | }); 165 | ERROR in resources/scripts/components/elements/editor/Editor.tsx:230:13 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 228 | }, [view, props.fetchContent, props.onContentSaved]); 229 | > 230 | return
; | ^^^ 231 | } 232 | ERROR in resources/scripts/components/elements/editor/theme.ts:1:32 TS2307: Cannot find module '@codemirror/language' or its corresponding type declarations. > 1 | import { HighlightStyle } from '@codemirror/language'; | ^^^^^^^^^^^^^^^^^^^^^^ 2 | import type { Extension } from '@codemirror/state'; 3 | import { EditorView } from '@codemirror/view'; 4 | import { tags as t } from '@lezer/highlight'; ERROR in resources/scripts/components/elements/editor/theme.ts:2:32 TS2307: Cannot find module '@codemirror/state' or its corresponding type declarations. 1 | import { HighlightStyle } from '@codemirror/language'; > 2 | import type { Extension } from '@codemirror/state'; | ^^^^^^^^^^^^^^^^^^^ 3 | import { EditorView } from '@codemirror/view'; 4 | import { tags as t } from '@lezer/highlight'; 5 | ERROR in resources/scripts/components/elements/editor/theme.ts:3:28 TS2307: Cannot find module '@codemirror/view' or its corresponding type declarations. 1 | import { HighlightStyle } from '@codemirror/language'; 2 | import type { Extension } from '@codemirror/state'; > 3 | import { EditorView } from '@codemirror/view'; | ^^^^^^^^^^^^^^^^^^ 4 | import { tags as t } from '@lezer/highlight'; 5 | 6 | const highlightBackground = 'transparent'; ERROR in resources/scripts/components/elements/editor/theme.ts:4:27 TS2307: Cannot find module '@lezer/highlight' or its corresponding type declarations. 2 | import type { Extension } from '@codemirror/state'; 3 | import { EditorView } from '@codemirror/view'; > 4 | import { tags as t } from '@lezer/highlight'; | ^^^^^^^^^^^^^^^^^^ 5 | 6 | const highlightBackground = 'transparent'; 7 | const background = 'transparent'; ERROR in resources/scripts/components/elements/hugeicons/Alert.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsAlert = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/ArrowLeft.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsArrowLeft = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | > 19 | ERROR in resources/scripts/components/elements/hugeicons/ArrowRight.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsArrowRight = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/ArrowUp.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsArrowUp = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/Clock.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsClock = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | > 19 | { 4 | return ( > 5 | > 13 | > 19 | ERROR in resources/scripts/components/elements/hugeicons/Connections.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsConnections = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | > 19 | > 25 | > 31 | | ^^^^^^ 32 | 31 | > 32 | ERROR in resources/scripts/components/elements/hugeicons/Connections.tsx:36:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 34 | fill={props.fill} 35 | /> > 36 | | ^^^^^^ 37 | 36 | > 37 | ERROR in resources/scripts/components/elements/hugeicons/Console.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsConsole = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | { 4 | return ( > 5 | > 13 | > 19 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/Copy.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/CPU.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsCPU = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | > 18 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/DashboardSettings.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/DashboardSettings.tsx:21:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 19 | fill={props.fill} 20 | /> > 21 | ERROR in resources/scripts/components/elements/hugeicons/DashboardSettings.tsx:25:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 23 | fill={props.fill} 24 | /> > 25 | { 5 | return ( > 6 | > 14 | > 20 | { 4 | return ( > 5 | > 13 | > 19 | { 4 | return ( > 5 | > 13 | > 19 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/FileDownload.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/FileExport.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsFileExport = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/FileExport.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/FileSecurity.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsFileSecurity = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/FileSecurity.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/FileZip.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsFileZip = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/FileZip.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill='white' 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/FileZip.tsx:21:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 19 | fill={props.fill} 20 | /> > 21 | ERROR in resources/scripts/components/elements/hugeicons/FileZip.tsx:25:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 23 | fill={props.fill} 24 | /> > 25 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/hugeicons/Folder.tsx:17:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 15 | fill={props.fill} 16 | /> > 17 | ERROR in resources/scripts/components/elements/hugeicons/Home.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsHome = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | { 4 | return ( > 5 | > 11 | { 4 | return ( > 5 | > 13 | > 19 | > 25 | > 31 | > 37 | > 43 | ERROR in resources/scripts/components/elements/hugeicons/Pencil.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsPencil = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | > 19 | { 4 | return ( > 5 | > 11 | > 16 | | ^^^^ 17 | 18 | ); 19 | }; ERROR in resources/scripts/components/elements/hugeicons/RAM.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsRAM = (props: HugeIconProps) => { 4 | return ( > 5 | > 11 | | ^^^^ 12 | 13 | 14 | ERROR in resources/scripts/components/elements/hugeicons/RAM.tsx:12:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 10 | > 11 | > 12 | | ^^^^ 13 | 14 | 15 | ERROR in resources/scripts/components/elements/hugeicons/RAM.tsx:13:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 11 | 12 | > 13 | | ^^^^ 14 | 15 | 16 | ); ERROR in resources/scripts/components/elements/hugeicons/RAM.tsx:14:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 12 | 13 | > 14 | | ^^^^ 15 | 16 | ); 17 | }; ERROR in resources/scripts/components/elements/hugeicons/SquareLock.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsSquareLock = (props: HugeIconProps) => { 4 | return ( > 5 | > 13 | { 4 | return ( > 5 | > 11 | { 4 | return ( > 5 | > 13 | | ^^^^ 14 | 15 | 13 | > 14 | | ^^^^ 15 | 14 | > 15 | > 20 | { 4 | return ( > 5 | > 11 | { 4 | return ( > 5 | > 13 | > 18 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/MainPageHeader.tsx:1:18 TS2307: Cannot find module 'clsx' or its corresponding type declarations. > 1 | import clsx from 'clsx'; | ^^^^^^ 2 | import styled from 'styled-components'; 3 | 4 | const HeaderWrapper = styled.div``; ERROR in resources/scripts/components/elements/MainPageHeader.tsx:20:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 18 | }) => { 19 | return ( > 20 | > 28 |
| ^^^ 29 |

{title}

30 | {titleChildren} 31 |
ERROR in resources/scripts/components/elements/MainPageHeader.tsx:29:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 27 | > 28 |
> 29 |

{title}

| ^^ 30 | {titleChildren} 31 |
32 | {children} ERROR in resources/scripts/components/elements/PyroLogo.tsx:4:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 2 | const Logo = () => { 3 | return ( > 4 | | ^^^ 5 | 6 | 7 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:5:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | return ( 4 | > 5 | | ^^^^ 6 | 7 | 8 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:6:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 4 | 5 | > 6 | | ^^^^ 7 | 8 | 9 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:7:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 5 | 6 | > 7 | | ^^^^ 8 | 9 | 10 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:8:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 6 | 7 | > 8 | | ^^^^ 9 | 10 | 11 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:9:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 7 | 8 | > 9 | | ^^^^ 10 | 11 | 12 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:10:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 8 | 9 | > 10 | | ^^^^ 11 | 12 | 13 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:11:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 9 | 10 | > 11 | | ^^^^ 12 | 13 | 14 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:12:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 10 | 11 | > 12 | | ^^^^ 13 | 14 | 15 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:13:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 11 | 12 | > 13 | | ^^^^ 14 | 15 | 16 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:14:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 12 | 13 | > 14 | | ^^^^ 15 | 16 | 17 | ERROR in resources/scripts/components/elements/PyroLogo.tsx:15:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 13 | 14 | > 15 | | ^^^^ 16 | 17 | 18 | ); ERROR in resources/scripts/components/elements/PyroLogo.tsx:16:3 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 14 | 15 | > 16 | | ^^^^ 17 | 18 | ); 19 | }; ERROR in resources/scripts/components/elements/SwitchV2.tsx:3:35 TS2307: Cannot find module '@radix-ui/react-switch' or its corresponding type declarations. 1 | 'use client'; 2 | > 3 | import * as SwitchPrimitives from '@radix-ui/react-switch'; | ^^^^^^^^^^^^^^^^^^^^^^^^ 4 | import * as React from 'react'; 5 | 6 | import { cn } from '@/lib/utils'; ERROR in resources/scripts/components/elements/Tabs.tsx:1:32 TS2307: Cannot find module '@radix-ui/react-tabs' or its corresponding type declarations. > 1 | import * as TabsPrimitive from '@radix-ui/react-tabs'; | ^^^^^^^^^^^^^^^^^^^^^^ 2 | import * as React from 'react'; 3 | 4 | import { cn } from '@/lib/utils'; ERROR in resources/scripts/components/PyrodactylProvider.tsx:3:31 TS7031: Binding element 'children' implicitly has an 'any' type. 1 | // Provides necessary information for components to function properly 2 | // million-ignore > 3 | const PyrodactylProvider = ({ children }) => { | ^^^^^^^^ 4 | return ( 5 |
{ 4 | return ( > 5 |
1 | import clsx from 'clsx'; | ^^^^^^ 2 | 3 | import { ServerContext } from '@/state/server'; 4 | ERROR in resources/scripts/components/server/console/StatusPill.tsx:9:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 7 | 8 | return ( > 9 |
> 15 |
> 21 |
> 27 |
| ^^^ 28 | {status === 'offline' 29 | ? 'Offline' 30 | : status === 'running' ERROR in resources/scripts/components/server/files/NewFileButton.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | export default ({ id }: { id: string }) => { 4 | return ( > 5 | | ^^^^^^^ 6 |
> 6 |
3 | import { toast } from 'sonner'; | ^^^^^^^^ 4 | 5 | import Button from '@/components/elements/ButtonV2'; 6 | import { MainPageHeader } from '@/components/elements/MainPageHeader'; ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:82:82 TS2339: Property 'egg' does not exist on type 'Server'. 80 | [] as Egg[], 81 | ); > 82 | const currentEgg = ServerContext.useStoreState((state) => state.server.data!.egg); | ^^^ 83 | const originalEgg = currentEgg; 84 | const currentEggName = 85 | nests && ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:272:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 270 | 271 | return ( > 272 |
| ^^^ 273 | {isLongDescription && !shouldShowFull ? ( 274 | <> 275 | {`${description.slice(0, MAX_DESCRIPTION_LENGTH)}... `} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:274:21 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 272 |
273 | {isLongDescription && !shouldShowFull ? ( > 274 | <> | ^^ 275 | {`${description.slice(0, MAX_DESCRIPTION_LENGTH)}... `} 276 | 279 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:281:21 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 279 | 280 | ) : ( > 281 | <> | ^^ 282 | {description} 283 | {isLongDescription && ( 284 | 287 | )} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:285:34 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 283 | {isLongDescription && ( 284 | 287 | )} 288 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:295:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 293 | 294 | return ( > 295 | | ^^^^^^^^^^^^^^^^^^ 296 | 297 |

298 | Welcome to the software management page. Here you can change the game or software that is running on ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:296:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 294 | return ( 295 | > 296 | | ^^^^^^^^^^^^^^ 297 |

298 | Welcome to the software management page. Here you can change the game or software that is running on 299 | your server. ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:297:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 295 | 296 | > 297 |

| ^^ 298 | Welcome to the software management page. Here you can change the game or software that is running on 299 | your server. 300 |

ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:303:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 301 |
302 | > 303 | 315 |
| ^^^ 316 |
317 |
318 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:316:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 314 | {!visible && ( 315 |
> 316 |
| ^^^ 317 |
318 |
319 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:317:26 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 315 |
316 |
> 317 |
| ^^^ 318 |
319 | 320 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:318:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 316 |
317 |
> 318 |
| ^^^ 319 | 320 |
321 |

Current Egg

ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:319:34 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 317 |
318 |
> 319 | | ^^^^^^^^^^^^^ 320 |
321 |

Current Egg

322 | {currentEggName && ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:320:34 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 318 |
319 | > 320 |
| ^^^ 321 |

Current Egg

322 | {currentEggName && 323 | (currentEggName?.includes(blank_egg_prefix) ? ( ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:321:38 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 319 | 320 |
> 321 |

Current Egg

| ^^ 322 | {currentEggName && 323 | (currentEggName?.includes(blank_egg_prefix) ? ( 324 |

Please select a egg

ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:324:46 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 322 | {currentEggName && 323 | (currentEggName?.includes(blank_egg_prefix) ? ( > 324 |

Please select a egg

| ^ 325 | ) : ( 326 |

{currentEggName}

327 | ))} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:326:46 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 324 |

Please select a egg

325 | ) : ( > 326 |

{currentEggName}

| ^ 327 | ))} 328 |
329 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:330:30 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 328 |
329 |
> 330 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:395:58 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 393 | {nest.attributes.name} 394 |

> 395 | | ^^^^^^ 396 |
397 |

398 | {nest.attributes.description} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:397:54 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 395 | 396 |

> 397 |

| ^ 398 | {nest.attributes.description} 399 |

400 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:408:34 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 406 | 407 | {(step == 1 && selectedNest && ( > 408 |
| ^^^ 409 |
410 | {selectedNest.attributes.relationships.eggs.data.map((egg, eggIndex) => 411 | currentEgg === egg.attributes.uuid ? null : ( ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:409:38 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 407 | {(step == 1 && selectedNest && ( 408 |
> 409 |
| ^^^ 410 | {selectedNest.attributes.relationships.eggs.data.map((egg, eggIndex) => 411 | currentEgg === egg.attributes.uuid ? null : ( 412 |
411 | currentEgg === egg.attributes.uuid ? null : ( > 412 |
> 420 |
| ^^^ 421 |

422 | {egg.attributes.name} 423 |

ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:421:58 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 419 | > 420 |
> 421 |

| ^ 422 | {egg.attributes.name} 423 |

424 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:424:58 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 422 | {egg.attributes.name} 423 |

> 424 | | ^^^^^^ 425 |
426 |

427 | {renderEggDescription(egg.attributes.description, eggIndex)} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:426:54 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 424 | 425 |

> 426 |

| ^ 427 | {renderEggDescription(egg.attributes.description, eggIndex)} 428 |

429 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:436:38 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 434 | )) || 435 | (step == 1 && ( > 436 |
| ^^^ 437 |

Please select a game first

438 |
439 | ))} ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:437:42 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 435 | (step == 1 && ( 436 |
> 437 |

Please select a game first

| ^ 438 |
439 | ))} 440 | ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:442:34 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 440 | 441 | {(step == 2 && selectedEgg && !currentEggName?.includes(blank_egg_prefix) && ( > 442 |
| ^^^ 443 |
444 |
445 | {backups && backupLimit > 0 && backups.backupCount < backupLimit ? ( ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:443:38 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 441 | {(step == 2 && selectedEgg && !currentEggName?.includes(blank_egg_prefix) && ( 442 |
> 443 |
| ^^^ 444 |
445 | {backups && backupLimit > 0 && backups.backupCount < backupLimit ? ( 446 | <> ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:444:42 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 442 |
443 |
> 444 |
| ^^^ 445 | {backups && backupLimit > 0 && backups.backupCount < backupLimit ? ( 446 | <> 447 |
ERROR in resources/scripts/components/server/shell/ShellContainer.tsx:446:49 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 444 |
445 | {backups && backupLimit > 0 && backups.backupCount < backupLimit ? ( > 446 | <> | ^^ 447 |
448 |