Skip to content

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

Merged
merged 8 commits into from
Aug 2, 2025
Merged

Conversation

jmvtrinidad
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Sep 30, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

github-actions bot commented Oct 2, 2024

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

@github-actions github-actions bot added the workflow-failure Workflow is failed label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Workflow status is failure ❌
Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below.
Link to GitHub workflow: Github Workflow Link

@ScriptedAlchemy
Copy link
Member

@jmvtrinidad can you just update the runtime-plugins/offline-remote example?

ScriptedAlchemy and others added 3 commits August 2, 2025 16:25
- 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]>
- 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

Unused import ReactDOM.
@@ -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

Unused import lodash.
@@ -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

Unused import lodash.
…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
@ScriptedAlchemy ScriptedAlchemy merged commit 836e5ff into module-federation:master Aug 2, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow-failure Workflow is failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants