Emualtor changes merge #7277
Annotations
10 warnings
Run npm run lint:
src/Common/MongoProxyClient.ts#L70
React Hook "useMongoProxyEndpoint" is called in function "queryDocuments" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L70
React Hook "useMongoProxyEndpoint" is called in function "queryDocuments" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L197
React Hook "useMongoProxyEndpoint" is called in function "readDocument" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L292
React Hook "useMongoProxyEndpoint" is called in function "createDocument" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L376
React Hook "useMongoProxyEndpoint" is called in function "updateDocument" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L467
React Hook "useMongoProxyEndpoint" is called in function "deleteDocument" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L602
React Hook "useMongoProxyEndpoint" is called in function "createMongoCollectionWithProxy" 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"
|
Run npm run lint:
src/Common/MongoProxyClient.ts#L692
React Hook "useMongoProxyEndpoint" is called in function "getFeatureEndpointOrDefault" 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"
|
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
|
Loading