-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
chore: remove global-error in hello-world example #75509
Conversation
Failing test suitesCommit: 84a4877
Expand output● app dir - external dependency › should be able to opt-out 3rd party packages being bundled in server components
● app dir - external dependency › should handle external async module libraries correctly
● app dir - external dependency › should transpile specific external packages with the
● app dir - external dependency › should resolve the subset react in server components based on the react-server condition
● app dir - external dependency › should resolve 3rd party package exports based on the react-server condition
● app dir - external dependency › should correctly collect global css imports and mark them as side effects
● app dir - external dependency › should handle external css modules
● app dir - external dependency › should use the same export type for packages in both ssr and client
● app dir - external dependency › should handle external css modules in pages
● app dir - external dependency › should handle external next/font
● app dir - external dependency › should not apply swc optimizer transform for external packages in browser layer in web worker
● app dir - external dependency › react in external esm packages › should use the same react in client app
● app dir - external dependency › react in external esm packages › should use the same react in server app
● app dir - external dependency › react in external esm packages › should use the same react in edge server app
● app dir - external dependency › react in external esm packages › should use the same react in pages
● app dir - external dependency › react in external esm packages › should support namespace import with ESM packages
● app dir - external dependency › react in external esm packages › should apply serverExternalPackages inside of node_modules
● app dir - external dependency › mixed syntax external modules › should handle mixed module with next/dynamic
● app dir - external dependency › mixed syntax external modules › should handle mixed module in server and client components
● app dir - external dependency › should emit cjs helpers for external cjs modules when compiled
● app dir - external dependency › should export client module references in esm
● app dir - external dependency › should support client module references with SSR-only ESM externals
● app dir - external dependency › should support exporting multiple star re-exports
● app dir - external dependency › should have proper tree-shaking for known modules in CJS
● app dir - external dependency › should use the same async storages if imported directly
● app dir - external dependency › server actions › should prefer to resolve esm over cjs for bundling optout packages
● app dir - external dependency › server actions › should compile server actions from node_modules in client components
● app dir - external dependency › app route › should resolve next/server api from external esm package
Read more about building and testing Next.js in contributing.md. |
What
This error boundary shouldnt exist in hello-world example, was accidentally added in #75101