Self Serve Fix 2 #7417
Annotations
2 errors and 10 warnings
|
src/SelfServe/SelfServe.tsx#L32
Expected '===' and instead saw '=='
|
|
|
|
src/Explorer/Controls/FeaturePanel/FeaturePanelComponent.tsx#L96
React Hook "React.useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
|
src/Explorer/Controls/FeaturePanel/FeaturePanelComponent.tsx#L99
React Hook "React.useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
|
|
|
src/Explorer/Controls/FullTextSeach/FullTextPoliciesComponent.test.tsx#L5
Test has no assertions
|
|
src/Explorer/Controls/FullTextSeach/FullTextPoliciesComponent.tsx#L103
React Hook React.useEffect has a missing dependency: 'propagateData'. Either include it or remove the dependency array
|
|
src/Explorer/Controls/FullTextSeach/FullTextPoliciesComponent.tsx#L111
React Hook React.useEffect has missing dependencies: 'fullTextPolicy', 'initializeData', and 'onChangesDiscarded'. Either include them or remove the dependency array. If 'onChangesDiscarded' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
src/Explorer/Controls/Settings/SettingsSubComponents/ContainerPolicyComponent.tsx#L54
React Hook React.useEffect has a missing dependency: 'vectorEmbeddingPolicyBaseline?.vectorEmbeddings'. Either include it or remove the dependency array. If 'setVectorEmbeddingsBaseline' needs the current value of 'vectorEmbeddingPolicyBaseline.vectorEmbeddings', you can also switch to useReducer instead of useState and read 'vectorEmbeddingPolicyBaseline.vectorEmbeddings' in the reducer
|
|
src/Explorer/Controls/Settings/SettingsSubComponents/ContainerPolicyComponent.tsx#L61
React Hook useEffect contains a call to 'setVectorEmbeddings'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [shouldDiscardContainerPolicies, vectorEmbeddingPolicyBaseline.vectorEmbeddings, fullTextPolicyBaseline, resetShouldDiscardContainerPolicyChange] as a second argument to the useEffect Hook
|
|
src/Explorer/Controls/Settings/SettingsSubComponents/PartitionKeyComponent.tsx#L47
React Hook React.useEffect has missing dependencies: 'findPortalDataTransferJob' and 'startPollingforUpdate'. Either include them or remove the dependency array
|
|
src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputBucketsComponent.tsx#L46
React Hook useEffect has a missing dependency: 'onSaveableChange'. Either include it or remove the dependency array. If 'onSaveableChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The logs for this run have expired and are no longer available.
Loading