Issue/#59 update top functions tab #238
Annotations
6 errors
|
src/entities/profiler/ui/preview-card/preview-card.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
|
src/screens/profiler/ui/call-graph/call-graph.stories.ts#L16
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
|
src/screens/profiler/ui/flame-graph/flame-graph.stories.ts#L27
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
|
src/screens/profiler/ui/profiler-page/profiler-page.stories.ts#L15
Argument of type '{ uuid: string; type: string; payload: { tags: { php: string; dispatcher: string; method: string; url: string; controller: string; action: string; }; app_name: string; hostname: string; date: number; peaks: { ...; }; }; timestamp: number; project: null; }' is not assignable to parameter of type 'ServerEvent<Profiler>'.
|
|
The logs for this run have expired and are no longer available.
Loading