Skip to content

Conversation

@PeaceDate
Copy link
Contributor

@PeaceDate PeaceDate commented Feb 6, 2023

Uncomment lines of code after Hydration error is fixed in this PR #2729

@vercel
Copy link

vercel bot commented Feb 6, 2023

@PeaceDate is attempting to deploy a commit to the Module Federation Team on Vercel.

A member of the Team first needs to authorize it.

@PeaceDate PeaceDate force-pushed the e2e-nextjs-srr-uncomment-after-fix branch from a3e0cfa to e15f821 Compare February 6, 2023 11:17
@PeaceDate PeaceDate requested a review from edchai February 6, 2023 11:32
@PeaceDate PeaceDate force-pushed the e2e-nextjs-srr-uncomment-after-fix branch from e15f821 to e56aaac Compare February 6, 2023 11:34
// let host = property.host === 3001 ? appsData[0].host : property.host === 3002 ? appsData[1].host : appsData[2].host;
const appName = property.host === 3001 ? appsData[0].appName : appsData[1].appName;
const host = property.host === 3001 ? appsData[0].host : appsData[1].host;
let appName = property.host === 3001 ? appsData[0].appName : property.host === 3002 ? appsData[1].appName : appsData[2].appName;
Copy link
Contributor

@edchai edchai Feb 6, 2023

Choose a reason for hiding this comment

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

do not like the idea of ternar inside ternar , it is unreadable. Pls find another way

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No need at all. Fixed

@PeaceDate PeaceDate force-pushed the e2e-nextjs-srr-uncomment-after-fix branch from e56aaac to d749212 Compare February 6, 2023 12:05
@PeaceDate PeaceDate requested a review from edchai February 6, 2023 12:06
@PeaceDate PeaceDate force-pushed the e2e-nextjs-srr-uncomment-after-fix branch from d749212 to b2404c6 Compare February 6, 2023 12:14
@PeaceDate PeaceDate marked this pull request as ready for review February 6, 2023 13:09
@PeaceDate PeaceDate merged commit ca6b1cf into module-federation:master Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants