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:161:36 TS7006: Parameter 'support' implicitly has an 'any' type. 159 | } 160 | > 161 | void language.load().then((support) => { | ^^^^^^^ 162 | setLanguageSupport(support); 163 | }); 164 | ERROR in resources/scripts/components/elements/editor/Editor.tsx:229:13 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 227 | }, [view, props.fetchContent, props.onContentSaved]); 228 | > 229 | return
; | ^^^ 230 | } 231 | 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/FormikSwitchV2.tsx:8:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 6 | const FormikSwitch = ({ name, label, ...props }: SwitchProps) => { 7 | return ( > 8 | | ^^^^^^^^^^^^^^^^^^ 9 | 10 | {({ field, form }: FieldProps) => ( 11 | > 9 | | ^^^^^ 10 | {({ field, form }: FieldProps) => ( 11 | 10 | {({ field, form }: FieldProps) => ( > 11 | { 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 | > 14 | > 19 | > 26 | > 33 | | ^^^^ 34 | 35 | ); 36 | }; ERROR in resources/scripts/components/elements/hugeicons/ArrowDown.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsArrowDown = (props: HugeIconProps) => { 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 | | ^^^ 6 | > 6 | > 12 | | ^^^^ 13 | 12 | > 13 | > 19 | | ^^^^ 20 | 21 | ); 22 | }; ERROR in resources/scripts/components/elements/hugeicons/Egg.tsx:5:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 3 | const HugeIconsEggs = (props: HugeIconProps) => { 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 | | ^^^ 6 | > 6 | > 13 | { 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 | > 14 | > 21 | { 4 | return ( > 5 | > 11 | { 4 | return ( > 5 | > 13 | | ^^^^ 14 | 15 | 13 | > 14 | | ^^^^ 15 | 14 | > 15 | > 20 | { 4 | return ( > 5 | | ^^^ 6 | > 6 | > 13 | | ^^^^ 14 | 13 | > 14 | { 4 | return ( > 5 | > 11 | { 4 | return ( > 5 | | ^^^ 6 | > 6 | > 13 | > 18 | { 4 | return ( > 5 | > 13 | > 18 | { 4 | return ( > 5 | > 13 | ERROR in resources/scripts/components/elements/ItemContainer.tsx:34:10 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 32 | 33 | return ( > 34 |
37 | {icon && ( ERROR in resources/scripts/components/elements/ItemContainer.tsx:38:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 36 | > 37 | {icon && ( > 38 | 41 | )} ERROR in resources/scripts/components/elements/ItemContainer.tsx:39:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 37 | {icon && ( 38 | 41 | )} 42 |
ERROR in resources/scripts/components/elements/ItemContainer.tsx:42:14 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 40 |
41 | )} > 42 |
| ^^^ 43 | ERROR in resources/scripts/components/elements/ItemContainer.tsx:43:18 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 41 | )} 42 |
> 43 | 46 | ERROR in resources/scripts/components/elements/ItemContainer.tsx:49:22 TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. 47 | {/* i don't like how this duplicates the element, but idk how to get it working otherwise */} 48 | {copyDescription ? ( > 49 | | ^^^^^^^^^^^ 50 | 57 | ) : ( > 58 |