Skip to content

Commit 84ef78b

Browse files
authored
chore(react-router): Fix casing on deprecation notices (#18221)
1 parent e3ef3f2 commit 84ef78b

File tree

1 file changed

+2
-2
lines changed
  • packages/react-router/src/client

1 file changed

+2
-2
lines changed

packages/react-router/src/client/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export { reactRouterTracingIntegration } from './tracingIntegration';
66
export { captureReactException, reactErrorHandler, Profiler, withProfiler, useProfiler } from '@sentry/react';
77

88
/**
9-
* @deprecated ErrorBoundary is deprecated, use react router's error boundary instead.
9+
* @deprecated ErrorBoundary is deprecated, use React Router's error boundary instead.
1010
* See https://docs.sentry.io/platforms/javascript/guides/react-router/#report-errors-from-error-boundaries
1111
*/
1212
export { ErrorBoundary, withErrorBoundary } from '@sentry/react';
1313

1414
/**
15-
* @deprecated ErrorBoundaryProps and FallbackRender are deprecated, use react router's error boundary instead.
15+
* @deprecated ErrorBoundaryProps and FallbackRender are deprecated, use React Router's error boundary instead.
1616
* See https://docs.sentry.io/platforms/javascript/guides/react-router/#report-errors-from-error-boundaries
1717
*/
1818
export type { ErrorBoundaryProps, FallbackRender } from '@sentry/react';

0 commit comments

Comments
 (0)