feat: Suppress third-party ad script errors in Sentry #214
Annotations
10 warnings
|
PR:
src/routes/$libraryId/$version.docs.npm-stats.tsx#L302
'handleMenuOpenChange' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/routes/$libraryId/$version.docs.npm-stats.tsx#L111
'openMenuPackage' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/routes/$libraryId/$version.docs.npm-stats.tsx#L2
'Link' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/game/types.ts#L6
'IslandData' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/builder/ExplorerPanel.tsx#L293
The 'currentInjections' logical expression could make the dependencies of useMemo Hook (at line 323) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentInjections' in its own useMemo() Hook
|
|
PR:
src/components/builder/ExplorerPanel.tsx#L292
The 'currentFiles' logical expression could make the dependencies of useMemo Hook (at line 323) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentFiles' in its own useMemo() Hook
|
|
PR:
src/components/builder/ExplorerPanel.tsx#L285
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 584) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
|
|
PR:
src/components/builder/ExplorerPanel.tsx#L285
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 286) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
|
|
PR:
src/components/builder/DeployDialog.tsx#L203
React Hook useCallback has a missing dependency: 'providerInfo'. Either include it or remove the dependency array
|
|
PR:
src/builder/api/compile.ts#L177
'convertToStarter' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|