improvement: create a snippet resolver that caches the api definition… #5246
Annotations
8 errors and 2 warnings
packages/ui/app/src/api-playground/utils.ts#L131
React Hook "useState" is called in function "stringifyFetch" 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"
|
packages/ui/app/src/api-playground/utils.ts#L153
React Hook "useEffect" is called in function "stringifyFetch" 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"
|
packages/ui/app/src/api-playground/utils.ts#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
packages/ui/app/src/api-playground/utils.ts#L268
React Hook "useState" is called in function "stringifyPythonRequests" 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"
|
packages/ui/app/src/api-playground/utils.ts#L290
React Hook "useEffect" is called in function "stringifyPythonRequests" 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"
|
packages/ui/app/src/api-playground/utils.ts#L297
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
|
packages/ui/app/src/api-playground/utils.ts#L161
React Hook useEffect has a missing dependency: 'resolver'. Either include it or remove the dependency array
|
packages/ui/app/src/api-playground/utils.ts#L298
React Hook useEffect has a missing dependency: 'resolver'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading