Skip to content

Commit

Permalink
fix: correct remote name (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 authored Oct 29, 2023
1 parent 79cb1d9 commit e73d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nested/app2/src/ButtonContainer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

const RemoteButton = React.lazy(() => import('app1/Button'));
const RemoteButton = React.lazy(() => import('app3/Button'));

const style = {
padding: 12,
Expand Down

5 comments on commit e73d2d2

@vercel
Copy link

@vercel vercel bot commented on e73d2d2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-utils – ./medusa-example/utils

medusa-example-utils-module-federation.vercel.app
medusa-example-utils.vercel.app
medusa-example-utils-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73d2d2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-search – ./medusa-example/search

medusa-example-search.vercel.app
medusa-example-search-module-federation.vercel.app
medusa-example-search-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73d2d2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-home – ./medusa-example/home

medusa-example-home-module-federation.vercel.app
medusa-example-home.vercel.app
medusa-example-home-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73d2d2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-nav – ./medusa-example/nav

medusa-example-nav-git-master-module-federation.vercel.app
medusa-example-nav-module-federation.vercel.app
medusa-example-nav.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73d2d2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-dsl – ./medusa-example/dsl

medusa-example-dsl-module-federation.vercel.app
medusa-example-dsl.vercel.app
medusa-example-dsl-git-master-module-federation.vercel.app

Please sign in to comment.