Remove old backend references #7090
Annotations
11 warnings
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/Settings/SettingsSubComponents/PartitionKeyComponent.tsx#L46
React Hook React.useEffect has missing dependencies: 'findPortalDataTransferJob' and 'startPollingforUpdate'. Either include them or remove the dependency array
|
src/Explorer/Controls/ThroughputInput/ThroughputInput.tsx#L79
React Hook useEffect has missing dependencies: 'numberOfRegions', 'setIsThroughputCapExceeded', 'throughput', and 'throughputCap'. Either include them or remove the dependency array. If 'setIsThroughputCapExceeded' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/Explorer/Menus/CommandBar/CommandBarComponentAdapter.tsx#L85
React Hook "useNotebook" is called conditionally. React Hooks must be called in the exact same order in every component render
|
src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx#L65
React Hook "useState" is called in function "createStaticCommandBarButtons" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx#L66
React Hook "useDataPlaneRbac" is called in function "createStaticCommandBarButtons" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx#L67
React Hook "useDataPlaneRbac" is called in function "createStaticCommandBarButtons" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
src/Explorer/Menus/CommandBar/CommandBarComponentButtonFactory.tsx#L69
React Hook "useEffect" is called in function "createStaticCommandBarButtons" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.test.tsx#L101
Test has no assertions
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading