Shu Ding

Results 96 issues of Shu Ding

There is no current plan for RTL languages, opening this issue to track.

backlog

![image](https://user-images.githubusercontent.com/3676859/191803819-c48160b3-c77d-4309-aa4a-823173f27a64.png) For errors like this it's great to hint which LOC causes it. It will be very helpful when copying an existing component here from somewhere else.

enhancement

This PR improves the error message when custom export fields are used in an entry, as following: > Type error: Page "app/page.tsx" exports an invalid "DashboardHeader" field. Pages should only...

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

It uses __dirname in eval and similar things, and can't be bundled correctly. Hence we are adding it to the list of external packages. ## Bug - [ ] Related...

type: next
created-by: Next.js team

This PR ensures that in app dir, styles imported in loading.js, error.js, not-found.js, and template.js are properly handled and rendered together with these components. ## Bug - [ ] Related...

type: next
created-by: Next.js team

When under a monorepo, it's possible that the installed TypeScript isn't under `./node_modules/typescript`, and hence the `tsdk` option for VS Code won't work correctly. This PR fixes that to ensure...

type: next
created-by: Next.js team

This PR improves the RSC plugin for SWC to throw an error when the `"use client"` directive is in the top level, but not before other statements / expressions. For...

type: next
created-by: Next.js team

This PR fixes (and simplifies) CSS loader rules, major things fixed with this PR: - (Tests added) Even if `appDir` isn't enabled, CSS/SASS/CSSM/SASSM should still be transpiled for packages in...