-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps major versions - part 3 #563
Conversation
…ns-1 # Conflicts: # package.json # pnpm-lock.yaml
…-1' into chore/update-deps-major-versions-1 # Conflicts: # src/app/i18n/react-i18next.contracts.ts
…-1' into chore/update-deps-major-versions-1
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -111,6 +113,22 @@ describe("App Router", () => { | |||
}); | |||
}); | |||
|
|||
const renderComponent = (path = "/", options = {}) => { | |||
render( | |||
<ErrorBoundary FallbackComponent={ApplicationError}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were some offended tests with [Error: ErrorBoundaryContext not found]
error, that is why wrapped the component with the error boundary component. It was happening due to const { showBoundary } = useErrorBoundary();
call
…-3' into chore/update-deps-major-versions-3
Summary
As a part of: https://app.clickup.com/t/86drv24p3
3.1.4 -> 4.0.13
8.1.0 -> 11.0.0
9.0.2 -> 10.0.0
Checklist