Jiachi Liu

Results 85 issues of Jiachi Liu

* Use eager `import()` to load page/layout to avoid esm module resolution error, eager is to make sure all the sub resources like css are also included * Fix layer...

type: next
created-by: Next.js team

## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature...

type: next
created-by: Next.js team

When using `next/dynamic` in server components to load a client component with named export, we shouldn't dot into the prop name since client component reference as it's already a valid...

type: next
created-by: Next.js team
area: tests

Make sure the version is always display on error overlay if possible, to avoid that we saw it's "update to date" in screenshot but still no idea about the version...

type: next
created-by: Next.js team
area: tests

### What The `arg` in the worker callback is alwasy `any`, when we access the page path the argument could be in different form as the arg types are different....

type: next
created-by: Next.js team

### What Switch bundler to bunchee and refine the configurations in packages.json. This helps the types resolution become more compatible among node10, node16 composing with CJS/ESM resolutions. And you dont...

Closes NEXT-2512

type: next
created-by: Next.js team

### What Adding the `layer` info to the build error message ```diff Attempted import error: 'useState' is not exported from 'react' (imported as 'useState'). Import trace for requested module: ./node_modules/react-client-pkg/client.js...

type: next
created-by: Next.js team
area: tests

* Simplify the export and mark swr context with "use client" * Upgrade bundler