Skip to content

Conversation

@artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Jun 6, 2024

Closes #860, closes #868

Test stand: https://nda.ya.ru/t/W3ooFk1b76HWU5

};

const renderContent = () => {
if (error && typeof error === 'object' && !(error as any).isCancelled) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With rtk query requests are not cancelled as they were previously

mode?: QueryMode;
}

export const explainQueryApi = api.injectEndpoints({
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed getExplainAst request, since we don't request it separately now

@artemmufazalov artemmufazalov requested a review from Raubzeug June 6, 2024 11:01
@artemmufazalov artemmufazalov force-pushed the 860-process-query-error branch from e816fbe to ed688c1 Compare June 6, 2024 12:37
@artemmufazalov artemmufazalov merged commit c4cd541 into main Jun 6, 2024
@artemmufazalov artemmufazalov deleted the 860-process-query-error branch June 6, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Completed status to every query Display errors for viewer/query requests with error in body with statusCode 200

3 participants