-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
error boundary #4281
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
error boundary #4281
Conversation
Workflow status is failure ❌ |
Workflow status is failure ❌ |
@jmvtrinidad can you just update the runtime-plugins/offline-remote example? |
- Removed medusa-delegate-example directory - Removed medusa-example directory - Removed medusa-nx-native-federation-example directory - Removed modernjs-medusa directory - Updated package.json workspaces to remove medusa references 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
# Conflicts: # pnpm-lock.yaml
- Updated module federation packages across all examples - Upgraded @rspack/core from 0.7.5/1.0.8 to 1.4.11 - Ran pnpm install to sync lockfile 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
@@ -0,0 +1,95 @@ | |||
import React from 'react'; | |||
import ReactDOM from 'react-dom'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -0,0 +1,95 @@ | |||
import React from 'react'; | |||
import ReactDOM from 'react-dom'; | |||
import lodash from 'lodash'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
@@ -0,0 +1,22 @@ | |||
import React from 'react'; | |||
import * as lodash from 'lodash'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
…ster # Conflicts: # error-boundary/app1/public/index.html # error-boundary/app1/src/index.js # error-boundary/app2/public/index.html # error-boundary/app2/src/index.js # error-boundary/cypress.env.json # pnpm-lock.yaml
836e5ff
into
module-federation:master
No description provided.