Skip to content

Update 06-lazy-loading.mdx: Incorrect filename in Example on "Importing Named Imports" #52932

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 2 commits into from
Jul 20, 2023

Conversation

daryllreillo
Copy link
Contributor

@daryllreillo daryllreillo commented Jul 20, 2023

The correct filename is seen on PagesOnly. But on AppOnly, the filename is not correct. It should be "hello" instead of "ClientComponent".

line to change:
from:
import('../components/ClientComponent').then((mod) => mod.Hello)

to:
import('../components/hello').then((mod) => mod.Hello)

line to change:
from:
import('../components/ClientComponent').then((mod) => mod.Hello)

to:
import('../components/hello').then((mod) => mod.Hello)

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…incorrect filename.

The correct filename is seen on <PagesOnly>. But on <AppOnly>, the filename is not correct. It should be "hello" instead of "ClientComponent".

line to change:
from:
import('../components/ClientComponent').then((mod) => mod.Hello)

to:
import('../components/hello').then((mod) => mod.Hello)
@ijjk
Copy link
Member

ijjk commented Jul 20, 2023

Allow CI Workflow Run

  • approve CI run for commit: 504e437

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sorry, something went wrong.

2 similar comments
@ijjk
Copy link
Member

ijjk commented Jul 20, 2023

Allow CI Workflow Run

  • approve CI run for commit: 504e437

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sorry, something went wrong.

@ijjk
Copy link
Member

ijjk commented Jul 20, 2023

Allow CI Workflow Run

  • approve CI run for commit: 504e437

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Sorry, something went wrong.

@huozhi huozhi added the CI approved Approve running CI for fork label Jul 20, 2023
@kodiakhq kodiakhq bot merged commit 66f0983 into vercel:canary Jul 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI approved Approve running CI for fork locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants