Update README.md #7319
Annotations
10 warnings
Run npm run lint:
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
|
Run npm run lint:
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
|
|
Run npm run lint:
src/Explorer/Controls/FullTextSeach/FullTextPoliciesComponent.test.tsx#L5
Test has no assertions
|
Run npm run lint:
src/Explorer/Controls/FullTextSeach/FullTextPoliciesComponent.tsx#L103
React Hook React.useEffect has a missing dependency: 'propagateData'. Either include it or remove the dependency array
|
Run npm run lint:
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
|
Run npm run lint:
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
|
Run npm run lint:
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
|
Run npm run lint:
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
|
Run npm run lint:
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
|
Loading