deps(ui): Bump emotion packages #77723
frontend.yml
on: pull_request
Annotations
11 errors and 10 warnings
typescript and lint:
static/app/actionCreators/modal.tsx#L175
'Modal' cannot be used as a JSX component.
|
typescript and lint:
static/app/actionCreators/navigation.tsx#L27
'ContextPickerModal' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/contextPickerModal.spec.tsx#L41
'ContextPickerModal' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedAsyncComponent.spec.tsx#L27
'TestAsyncComponent' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedAsyncComponent.spec.tsx#L41
'TestAsyncComponent' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedAsyncComponent.spec.tsx#L88
'UniqueErrorsAsyncComponent' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedAsyncComponent.spec.tsx#L124
'MultiRouteComponent' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedforms/booleanField.spec.tsx#L13
'Form' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedforms/emailField.spec.tsx#L18
'Form' cannot be used as a JSX component.
|
typescript and lint:
static/app/components/deprecatedforms/form.spec.tsx#L9
'Form' cannot be used as a JSX component.
|
Frontend
Process completed with exit code 1.
|
typescript and lint:
static/app/components/editableText.tsx#L93
React Hook useCallback has missing dependencies: 'displayStatusMessage', 'isEmpty', and 'value'. Either include them or remove the dependency array
|
typescript and lint:
static/app/components/editableText.tsx#L99
React Hook useCallback has a missing dependency: 'revertValueAndCloseEditor'. Either include it or remove the dependency array
|
typescript and lint:
static/app/components/editableText.tsx#L103
React Hook useEffect has a missing dependency: 'revertValueAndCloseEditor'. Either include it or remove the dependency array
|
typescript and lint:
static/app/components/events/rrwebReplayer/index.tsx#L49
React Hook useEffect has a missing dependency: 'loadEvents'. Either include it or remove the dependency array
|
typescript and lint:
static/app/components/projects/appStoreConnectContext.tsx#L69
React Hook useEffect has a missing dependency: 'projectDetails'. Either include it or remove the dependency array
|
typescript and lint:
static/app/utils/useMemoWithPrevious.spec.tsx#L24
React Hook useMemoWithPrevious has a missing dependency: 'fact'. Either include it or remove the dependency array
|
typescript and lint:
static/app/utils/useProjects.tsx#L276
React Hook useEffect has missing dependencies: 'loadProjectsBySlug' and 'shouldLoadSlugs'. Either include them or remove the dependency array. Mutable values like 'slugsRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
typescript and lint:
static/app/utils/useProjects.tsx#L291
React Hook useEffect has missing dependencies: 'shouldLoadSlugs' and 'state.initiallyLoaded'. Either include them or remove the dependency array
|
typescript and lint:
static/app/views/performance/landing/widgets/components/queryHandler.tsx#L59
React Hook useEffect has missing dependencies: 'props' and 'query.queryKey'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
typescript and lint:
static/app/views/performance/landing/widgets/components/queryHandler.tsx#L109
React Hook useEffect has missing dependencies: 'mepContext', 'props', 'query.queryKey', 'results', and 'transformed'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|