Skip to content

Conversation

@Oksamies
Copy link
Contributor

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 11-19-enhance_error_handling_in_all_package_required_routes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor Author

Oksamies commented Nov 19, 2025

@Oksamies Oksamies changed the base branch from 11-19-_ts-api-react-actions_enhance_error_handling_in_api_actions_and_hooks_with_user-facing_error_mapping to graphite-base/1631 December 2, 2025 13:10
@Oksamies Oksamies force-pushed the 11-19-enhance_error_handling_in_all_package_required_routes branch from b3c1cb3 to f371d32 Compare December 2, 2025 13:16
@Oksamies Oksamies changed the base branch from graphite-base/1631 to 11-19-_ts-api-react-actions_enhance_error_handling_in_api_actions_and_hooks_with_user-facing_error_mapping December 2, 2025 13:16
@Oksamies Oksamies changed the base branch from 11-19-_ts-api-react-actions_enhance_error_handling_in_api_actions_and_hooks_with_user-facing_error_mapping to graphite-base/1631 December 3, 2025 01:46
@Oksamies Oksamies force-pushed the 11-19-enhance_error_handling_in_all_package_required_routes branch from f371d32 to 0fd5940 Compare December 3, 2025 01:52
@Oksamies Oksamies changed the base branch from graphite-base/1631 to 11-19-_ts-api-react-actions_enhance_error_handling_in_api_actions_and_hooks_with_user-facing_error_mapping December 3, 2025 01:52
Comment on lines +2 to +3
import { Await, type LoaderFunctionArgs } from "react-router";
import { useLoaderData } from "react-router";

Check failure

Code scanning / ESLint

Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting. Error

Replace Await,·type·LoaderFunctionArgs·}·from·"react-router";⏎import·{·useLoaderData·}·from·"react-route with handleLoaderError·}·from·"cyberstorm/utils/errors/handleLoaderErro
import { PaginatedDependencies } from "~/commonComponents/PaginatedDependencies/PaginatedDependencies";

import { throwUserFacingPayloadResponse } from "cyberstorm/utils/errors/userFacingErrorResponse";
import { handleLoaderError } from "cyberstorm/utils/errors/handleLoaderError";

Check failure

Code scanning / ESLint

Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting. Error

Replace handleLoaderError·}·from·"cyberstorm/utils/errors/handleLoaderError with getLoaderTools·}·from·"cyberstorm/utils/getLoaderTools

import { throwUserFacingPayloadResponse } from "cyberstorm/utils/errors/userFacingErrorResponse";
import { handleLoaderError } from "cyberstorm/utils/errors/handleLoaderError";
import { createNotFoundMapping } from "cyberstorm/utils/errors/loaderMappings";

Check failure

Code scanning / ESLint

Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting. Error

Replace createNotFoundMapping·}·from·"cyberstorm/utils/errors/loaderMapping with parseIntegerSearchParam·}·from·"cyberstorm/utils/searchParamsUtil
import { throwUserFacingPayloadResponse } from "cyberstorm/utils/errors/userFacingErrorResponse";
import { handleLoaderError } from "cyberstorm/utils/errors/handleLoaderError";
import { createNotFoundMapping } from "cyberstorm/utils/errors/loaderMappings";
import { NimbusDefaultRouteErrorBoundary } from "cyberstorm/utils/errors/NimbusErrorBoundary";

Check failure

Code scanning / ESLint

Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting. Error

Replace NimbusDefaultRouteErrorBoundary·}·from·"cyberstorm/utils/errors/NimbusErrorBoundary with Suspense·}·from·"react";⏎import·{·Await,·type·LoaderFunctionArgs·}·from·"react-router";⏎import·{·useLoaderData·}·from·"react-router
import { handleLoaderError } from "cyberstorm/utils/errors/handleLoaderError";
import { createNotFoundMapping } from "cyberstorm/utils/errors/loaderMappings";
import { NimbusDefaultRouteErrorBoundary } from "cyberstorm/utils/errors/NimbusErrorBoundary";
import { getLoaderTools } from "cyberstorm/utils/getLoaderTools";

Check failure

Code scanning / ESLint

Ensure code is properly formatted, use insertion, deletion, or replacement to obtain desired formatting. Error

Replace getLoaderTools·}·from·"cyberstorm/utils/getLoaderTools"; with PaginatedDependencies·}·from·"~/commonComponents/PaginatedDependencies/PaginatedDependencies";⏎
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.

3 participants