Overview
Could not load contribution data
Please try again later
11 Releases published by 2 people
-
v12.1.6-canary.10
published
Apr 27, 2022 -
v12.1.6-canary.11
published
Apr 27, 2022 -
v12.1.6-canary.12
published
Apr 27, 2022 -
v12.1.6-canary.13
published
Apr 28, 2022 -
v12.1.6-canary.14
published
Apr 28, 2022 -
v12.1.6-canary.15
published
Apr 29, 2022 -
v12.1.6-canary.16
published
May 1, 2022 -
v12.1.6-canary.17
published
May 2, 2022 -
v12.1.6
published
May 2, 2022 -
v12.1.7-canary.0
published
May 3, 2022 -
v12.1.7-canary.1
published
May 3, 2022
59 Pull requests merged by 27 people
-
Route Loader Trusted Types Violation Fix
#34730 merged
May 3, 2022 -
fix: react root enabled properly in custom server
#36664 merged
May 3, 2022 -
Improve wording
#36649 merged
May 3, 2022 -
Added type to Page Component for TypeScript
#36608 merged
May 3, 2022 -
Fix asPath handling for data route revalidation in minimal mode
#36660 merged
May 3, 2022 -
Enable disabled tests that pass
#36644 merged
May 3, 2022 -
docs: add jest-environment-jsdom package for Jest configuration
#36632 merged
May 3, 2022 -
Update buttercms example
#35436 merged
May 3, 2022 -
Add initial handling for routing tests
#36635 merged
May 3, 2022 -
feat(next-swc): introduce experimental tracing support for swc
#35803 merged
May 2, 2022 -
Add falling back to wasm swc build on native load failure
#36612 merged
May 2, 2022 -
Flush initial styled-jsx in gIP first in concurrent rendering
#36594 merged
May 2, 2022 -
Update codeowners image pattern
#36631 merged
May 2, 2022 -
add Script key for cache
#36627 merged
May 2, 2022 -
Handle styled-jsx in newLinkBehavior codemod
#36628 merged
May 2, 2022 -
Fix next node buildin module error message for edge runtime
#36434 merged
May 2, 2022 -
Fix swc jest pagesDir config
#36623 merged
May 2, 2022 -
Update findPagesDir
#36619 merged
May 2, 2022 -
Add tests for routing experiment
#36618 merged
May 2, 2022 -
Add pagesDir to Jest transformer
#36599 merged
May 1, 2022 -
Update status code for normalize error
#36580 merged
May 1, 2022 -
Reexports styled-jsx JSXStyle in nextjs
#36585 merged
Apr 30, 2022 -
Fix typo
#36592 merged
Apr 30, 2022 -
Add docs about SSR caching (yes, you can do this with Next.js)
#36588 merged
Apr 30, 2022 -
Refactor Page Paths utils and Middleware Plugin
#36576 merged
Apr 30, 2022 -
Fix missing `Content-Length` header from Image Optimization API
#36581 merged
Apr 30, 2022 -
Adds inline script functionality to `next/script` for `worker` and `beforeInteractive` strategies
#36364 merged
Apr 29, 2022 -
Ensure older lockfile/invalid formats are handled
#36577 merged
Apr 29, 2022 -
chore: clarify CLI network errors
#36567 merged
Apr 29, 2022 -
Add note about running next without a sub-command
#36560 merged
Apr 29, 2022 -
bump styled-jsx to latest
#36554 merged
Apr 28, 2022 -
Hoist the desired ReactDOM import expression
#36552 merged
Apr 28, 2022 -
unlock eslint-config-next dependencies
#35781 merged
Apr 28, 2022 -
Tweak lockfile patching to be eager
#36549 merged
Apr 28, 2022 -
Refactor base server to get rid of the __server_context hack
#36550 merged
Apr 28, 2022 -
docs(examples): Updated Chakra UI examples
#36333 merged
Apr 28, 2022 -
Update swc
#36535 merged
Apr 28, 2022 -
Add support for passing ref to next/link with new behavior enabled
#36537 merged
Apr 28, 2022 -
next-swc/wasm: Make span start at 0
#36532 merged
Apr 28, 2022 -
Add event for swc load failure and attempt patching lockfile
#36527 merged
Apr 28, 2022 -
Bump react dev dep to 18.1
#36491 merged
Apr 28, 2022 -
Align behavior of SWC transform & transformSync
#36500 merged
Apr 28, 2022 -
Normalize font optimization snapshot to reduce flakes
#36531 merged
Apr 28, 2022 -
Adds `<link rel="preconnect" ... />` to example optimized font output
#36529 merged
Apr 28, 2022 -
Add docs on self-hosted ISR persisting across pods.
#36520 merged
Apr 27, 2022 -
Always add height and width prop to image with layout="raw"
#36523 merged
Apr 27, 2022 -
Ensure optional params are normalized correctly in minimal mode
#36513 merged
Apr 27, 2022 -
polish isomorphic path module
#36521 merged
Apr 27, 2022 -
Update rewrite destination for flakey rewrite tests
#36519 merged
Apr 27, 2022 -
Add with-edgedb example
#35929 merged
Apr 27, 2022 -
Remove extra yarn PnP example test
#36518 merged
Apr 27, 2022 -
Add string children case for newNextLinkBehavior codemod
#36516 merged
Apr 27, 2022 -
Remove passhref Eslint rule as it's no longer needed with new link behavior
#36511 merged
Apr 27, 2022 -
Fix failing yarn PnP test from missing dependency
#36515 merged
Apr 27, 2022 -
[examples] Update styled-components with Babel - add types
#36125 merged
Apr 27, 2022 -
Adding Typescript and Mantine example
#36294 merged
Apr 27, 2022 -
Update swc
#36477 merged
Apr 27, 2022 -
docs: clarify triaging
#36507 merged
Apr 27, 2022 -
Use edge compiler for middleware
#36486 merged
Apr 27, 2022
15 Pull requests opened by 13 people
-
Decouple build entries for server components and client components
#36524 opened
Apr 27, 2022 -
added example: with-geist-ui
#36525 opened
Apr 27, 2022 -
keep method when cloning Request, fixes #36522
#36539 opened
Apr 28, 2022 -
Update swc
#36543 opened
Apr 28, 2022 -
fix: place the charset meta tag at the top of the head
#36561 opened
Apr 29, 2022 -
Update @types/node everywhere to >= 14.18.16, >= 16.11.15.
#36562 opened
Apr 29, 2022 -
fix: should listen for config file changes when specifying the app directory
#36570 opened
Apr 29, 2022 -
Add support for browserslist and legacyBrowsers experimental option
#36584 opened
Apr 30, 2022 -
Docs: add explanations about clarify webpack requirement in MDX
#36613 opened
May 2, 2022 -
docs: clarify environment variables behavior
#36620 opened
May 2, 2022 -
Add ability to read x-forwarded-host for i18n on SSR
#36630 opened
May 2, 2022 -
feat: added example: with-unocss
#36638 opened
May 3, 2022 -
Update renderOpts.dev handling and fix check
#36666 opened
May 3, 2022 -
Tweak routing tests
#36667 opened
May 3, 2022
58 Issues closed by 10 people
-
Custom server causes using old root API in React 18
#36643 closed
May 3, 2022 -
Support specifying `onRecoverableError` for `ReactDOM.hydrateRoot`
#36626 closed
May 3, 2022 -
Generate non-HTML files on `next export`
#36637 closed
May 3, 2022 -
Suspended component during server rendering blocks request instead of using fallback. v12.1.2+
#36526 closed
May 3, 2022 -
Invalid "Native Node.js APIs are not supported in the Edge Runtime" error message
#36237 closed
May 2, 2022 -
Dynamic imported media in getStaticProps does not generate actual bundle/media file
#36591 closed
May 2, 2022 -
[DEBUG-error] Shifting breakpoints
#30435 closed
May 2, 2022 -
Server side rendering for styled-jsx not working when using pnpm
#36287 closed
May 2, 2022 -
Next 12 & Storybook - build stuck
#34189 closed
May 1, 2022 -
ReferenceError: TextEncoder is not defined
#34306 closed
May 1, 2022 -
Next.js 12.1 SWC + Relay + Jest not transpiling `graphql` tags
#35469 closed
May 1, 2022 -
Add Config Entry for Additional Watch Dirs for Dev Server
#36604 closed
May 1, 2022 -
Wrong assumption that args._[0] is a project directory or something like that
#36579 closed
May 1, 2022 -
Docs: how to opt back into SWC
#36590 closed
May 1, 2022 -
Requested and resolved page mismatch returns a 500 error instead of 404
#36555 closed
May 1, 2022 -
[next.config.js] rewrites be able to change the proxyTimeout
#36586 closed
May 1, 2022 -
moving few website from wordpress
#36593 closed
May 1, 2022 -
Non-hoisted styled-jsx dependency breaks styles
#9325 closed
Apr 30, 2022 -
The styled-jsx integration relies on hoisting
#10149 closed
Apr 30, 2022 -
Content-length header missing from NextJS optimized images
#35514 closed
Apr 30, 2022 -
Script with "beforeInteractive" strategy and innerHTML rendered incorrectly.
#26240 closed
Apr 29, 2022 -
next/script using beforeInteractive strategy don't work with alert
#26343 closed
Apr 29, 2022 -
[Script] Inline scripts do not work with the "worker" strategy
#36318 closed
Apr 29, 2022 -
onErrror event doesn't fire on NextImage in 12.1.5
#36564 closed
Apr 29, 2022 -
Monorepo with lerna and mutiple next.js version npm run dev compiling failed
#36227 closed
Apr 29, 2022 -
unknown shorthand flag: 'f' in -f
#36278 closed
Apr 29, 2022 -
Next dev command doesn't work
#36390 closed
Apr 29, 2022 -
Example with-docker doesn't work
#36344 closed
Apr 29, 2022 -
Cannot run latest Next.js in Docker
#36553 closed
Apr 29, 2022 -
"Runtime" configuration variables are baked in at compile time when using standalone as target
#36551 closed
Apr 29, 2022 -
Support react-native-web via swc transform
#36558 closed
Apr 29, 2022 -
Usage of `styled-jsx` with `next/jest` prints a warning message
#34492 closed
Apr 29, 2022 -
Consider updating version of "eslint-import-resolver-typescript" in "eslint-config-next"
#35806 closed
Apr 28, 2022 -
Version pinning in eslint-config-next causes difficulties in supporting multiple configs
#35977 closed
Apr 28, 2022 -
Docs: a potential dependency version issue by locking the version
#35753 closed
Apr 28, 2022 -
Next.js 12 with swcMinify and `collapse_vars` generated unexpected code
#36472 closed
Apr 28, 2022 -
Preflight cache for middleware should behave the same in dev and prod
#35317 closed
Apr 28, 2022 -
TypeScript error when building project with self-made package as project reference
#36458 closed
Apr 28, 2022 -
Redirect to page is slower than react 17
#36389 closed
Apr 28, 2022 -
Next11-12, custom app.ts error
#36465 closed
Apr 28, 2022 -
Next dev with React 18, Always render twice
#35822 closed
Apr 28, 2022 -
after set basePath, _next/static/chunks/pages return 404
#36421 closed
Apr 28, 2022 -
Styled components CSS prop is not applied when using SWC
#36380 closed
Apr 28, 2022 -
Query parameter is not available when page is refreshed
#36357 closed
Apr 28, 2022 -
Dynamic Routing: Head scripts from nested function are missing
#36508 closed
Apr 28, 2022 -
Client bundle contains server code
#33791 closed
Apr 28, 2022 -
Emotion with SWC does not work with next/jest (Next 12.1.1)
#35661 closed
Apr 28, 2022 -
[next/image] onLoadingComplete is not being called when loader returns a new URL
#36236 closed
Apr 28, 2022 -
Middleware is broken with Azure CDN
#36044 closed
Apr 27, 2022 -
Cannot export page config from a function
#36476 closed
Apr 27, 2022 -
Unexpected token `export`
#36480 closed
Apr 27, 2022 -
Without i18n, let me set the lang attribute of the html tag
#36483 closed
Apr 27, 2022 -
Avoid over-optimization of Notion/AWS S3 images (or any image where the url changes across time)
#36455 closed
Apr 27, 2022 -
Static Flavors / Static Dark-Light Theme support for dynamic generated css
#36485 closed
Apr 27, 2022
30 Issues opened by 29 people
-
Next 11.0.1, Image tag Loading slow
#36668 opened
May 4, 2022 -
router state idx is not persist after user manually refresh the page
#36662 opened
May 3, 2022 -
next/script strategy="beforeInteractive" lint rules and usage conflict
#36661 opened
May 3, 2022 -
Custom _app.js is being ignored when using React Server Components
#36659 opened
May 3, 2022 -
Changes to `compilerOptions` in `tsconfig.json` don't get picked up by subsequent `yarn build` runs
#36655 opened
May 3, 2022 -
`data-testid` being stripped in test/local env in latest 12.1.6
#36651 opened
May 3, 2022 -
Error starting dev server caused by .next/package.json
#36650 opened
May 3, 2022 -
next@12.1.6 jest failed tests with dynamic imports
#36647 opened
May 3, 2022 -
EPERM: operation not permitted - after upgrading react and next
#36645 opened
May 3, 2022 -
Missing @next/swc-freebsd-x64 package
#36639 opened
May 3, 2022 -
Error during server rendering renders blank screen instead of 500 page or error boundary
#36634 opened
May 3, 2022 -
NextRequest url/nextUrl does not contain the same hostname as the Host header
#36625 opened
May 2, 2022 -
InferGetServerSidePropsType doesn't work with conditional returns
#36615 opened
May 2, 2022 -
Docs: Clarify webpack requirement in MDX
#36600 opened
May 1, 2022 -
SWC compiler syntax error in styled-components type definition
#36589 opened
Apr 30, 2022 -
NEXT Image Auto Compresses itself even in fixed layout with specified size and width
#36587 opened
Apr 30, 2022 -
Cannot find module '/.next/server/pages/_error.js'
#36583 opened
Apr 30, 2022 -
Compilation Error for a page is not shown when another one is done on dev
#36575 opened
Apr 29, 2022 -
should listen for config file changes when specifying the app directory
#36569 opened
Apr 29, 2022 -
Middleware rewrites do not automatically handle i18n
#36563 opened
Apr 29, 2022 -
Webpack URL Assets are broken in server side contexts for non relative paths
#36557 opened
Apr 28, 2022 -
optimizeCss flag is not SSRing css on localhost as of 12.1.1
#36556 opened
Apr 28, 2022 -
Docs: How to override default PostCSS behavior?
#36544 opened
Apr 28, 2022 -
Wrong TypeScript export signature for next/jest
#36534 opened
Apr 28, 2022 -
creating a new Request from an existing object does not keep the request's method
#36522 opened
Apr 27, 2022 -
Unused Server-Only Dynamic Import Inside `typeof window === 'undefined'` Causes Error
#36514 opened
Apr 27, 2022 -
Font optimization corrupts Google Fonts link
#36498 opened
Apr 27, 2022 -
Middleware throws `TypeError` when trying to parse FormData
#36497 opened
Apr 27, 2022
80 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
refactor(examples/with-typescript-graphql): use codegen `TypedDocumentNode` and GraphQL Yoga for better DX and smaller bundle size
#36240 commented on
May 3, 2022 • 8 new comments -
example: with-mantine
#34591 commented on
May 2, 2022 • 7 new comments -
[ESLint] Adds `--output-file` flag
#36420 commented on
May 3, 2022 • 5 new comments -
`UnhandledSchemeError` when dependency uses `node:assert` imports
#28774 commented on
May 3, 2022 • 4 new comments -
added with-thirdweb example
#36262 commented on
May 4, 2022 • 4 new comments -
Fix next/link can't jump to non-latin anchors
#36430 commented on
May 2, 2022 • 4 new comments -
feat: better cookies API for Edge Functions
#36478 commented on
May 3, 2022 • 4 new comments -
isn't work at Specific path
#36259 commented on
May 2, 2022 • 3 new comments -
Can not use async/await in middleware
#35973 commented on
May 3, 2022 • 3 new comments -
Dev Server starts but never render the project.
#36427 commented on
May 3, 2022 • 3 new comments -
example: Added with-contentlayer example
#30045 commented on
Apr 27, 2022 • 3 new comments -
Fix various Trusted Types violations without use of policy
#34726 commented on
May 4, 2022 • 3 new comments -
`swcMinify: true` does not produce an usable build with v12.1.5
#36127 commented on
Apr 28, 2022 • 2 new comments -
`Link` and `Image` don't work with server components.
#36471 commented on
Apr 30, 2022 • 2 new comments -
Storybook example is broken on Next 12.1.5
#36417 commented on
May 1, 2022 • 2 new comments -
CSS module styling is removed too early on route changes
#17464 commented on
May 3, 2022 • 2 new comments -
Docs: Make it clear that next/image is not compatible with SSG (next export) and improve the related docs
#36431 commented on
May 3, 2022 • 2 new comments -
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
#32314 commented on
Apr 27, 2022 • 1 new comment -
Content Security Policy failure caused by is-generator-function dependency
#23587 commented on
Apr 27, 2022 • 1 new comment -
^11.1.2 - Using cdn for assets results in CORS error only for some css files not all
#34225 commented on
Apr 28, 2022 • 1 new comment -
When using SWC, code wrapped in `if (typeof window === 'undefined')` is not removed from the browser bundle.
#30892 commented on
Apr 28, 2022 • 1 new comment -
[i18n] explicit access to /en not redirecting to /
#21040 commented on
Apr 28, 2022 • 1 new comment -
Redesign the cookies API for NextResponse
#31719 commented on
Apr 29, 2022 • 1 new comment -
_middleware.js/.ts files being included in client-side bundles
#31524 commented on
Apr 29, 2022 • 1 new comment -
Next.js throws an exception when running in 3rd party iframe
#34848 commented on
Apr 29, 2022 • 1 new comment -
`setCookie` example in docs incorrectly handles `expires` and `maxAge`
#28453 commented on
Apr 29, 2022 • 1 new comment -
API dynamic route not captured when symbolic link (l) used instead of directory (d)
#32511 commented on
Apr 29, 2022 • 1 new comment -
Image Optimizer - upstream max-age regression
#35987 commented on
Apr 29, 2022 • 1 new comment -
next/image gives image a blue tint
#36332 commented on
Apr 29, 2022 • 1 new comment -
Error: Required TypeScript & Types packages, despite being installed
#36201 commented on
Apr 29, 2022 • 1 new comment -
performance.measure() is crashing my route
#20743 commented on
Apr 29, 2022 • 1 new comment -
Statically imported image doesn't work when next.config.js basePath and images are configured
#30900 commented on
Apr 30, 2022 • 1 new comment -
Nextjs does not render styles on the server (client only) when used within a monorepo that has mixed versions of styled-jsx
#32865 commented on
May 1, 2022 • 1 new comment -
`styled-jsx` FOUC when using Yarn v2 PNP
#25869 commented on
May 1, 2022 • 1 new comment -
Webp image with alpha channel is converted to jpeg image that has a black color for the alpha instead of being a transparent png
#35674 commented on
May 1, 2022 • 1 new comment -
with-aws-amplify-typescript uses legacy AmplifyAuthenticator
#35222 commented on
May 1, 2022 • 1 new comment -
<Link> should be able to navigate to dynamic API routes
#29890 commented on
May 2, 2022 • 1 new comment -
[ERR_MODULE_NOT_FOUND]: Cannot find package 'nanoid'
#30363 commented on
May 2, 2022 • 1 new comment -
next/image Image displays wrongly with Content-Security-Policy header due to inline styles
#24309 commented on
May 2, 2022 • 1 new comment -
Next-project to Vercel
#35807 commented on
May 2, 2022 • 1 new comment -
[next@12.1.1-canary.17 + react@18.0.0-rc.3] The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering
#35564 commented on
May 3, 2022 • 1 new comment -
Dynamic imports cause first `yarn dev` after `yarn build` to throw `Error: Cannot find module './chunk/__.js'`
#35783 commented on
May 3, 2022 • 1 new comment -
CSS Modules sometimes don't load when using next/dynamic import
#33286 commented on
May 3, 2022 • 1 new comment -
'fs' not found using experimental node runtime
#35636 commented on
May 3, 2022 • 1 new comment -
Cannot have an _error.tsx file without a 404.tsx file
#12256 commented on
May 3, 2022 • 1 new comment -
Prop `className` did not match error after upgrading to React 18
#36284 commented on
May 3, 2022 • 1 new comment -
Causes an error when any folder in the path starts with "ud"
#36078 commented on
May 3, 2022 • 1 new comment -
[next.config.js rewrites] Error: socket hang up
#36251 commented on
May 3, 2022 • 1 new comment -
Updating from 12.1.4 to 12.1.5: Error: Cannot find module 'next/dist/shared/lib/router/utils/routing-items.js'
#36234 commented on
May 3, 2022 • 1 new comment -
Delay from touch input to routeChangeStart
#30992 commented on
May 3, 2022 • 1 new comment -
On-demand ISR do not work correctly
#35523 commented on
May 3, 2022 • 1 new comment -
Opt out of scroll restoration when using browser back buttons
#20951 commented on
May 3, 2022 • 1 new comment -
Update most Apollo Server examples to Apollo Server 3
#30082 commented on
May 2, 2022 • 1 new comment -
Add with-ethers-hardhat example
#31744 commented on
Apr 27, 2022 • 1 new comment -
Local images work in development, broken in production using next/image
#36374 commented on
Apr 27, 2022 • 0 new comments -
next/script onLoad run once per cache Key (id, src)
#30962 commented on
Apr 27, 2022 • 0 new comments -
Next/Image not working with external images on Vercel
#36367 commented on
Apr 28, 2022 • 0 new comments -
v12.1.5 next_1.default is not a function on path with no default import
#36361 commented on
Apr 28, 2022 • 0 new comments -
Image shows blank/disappears between blur placeholder and final image in Firefox (`next/image` with `placeholder="blur"`)
#36288 commented on
Apr 28, 2022 • 0 new comments -
Next/Script Component won't server side render in-line scripts
#32671 commented on
Apr 29, 2022 • 0 new comments -
Unexpected Middleware invocations on direct page access or page reload
#36399 commented on
Apr 29, 2022 • 0 new comments -
Next standalone build does not work with Yarn 3 workspaces
#36386 commented on
Apr 29, 2022 • 0 new comments -
[middleware] url in NextRequest give incorrect protocols in custom https next server
#36334 commented on
Apr 29, 2022 • 0 new comments -
`x-middleware-next` header causes CORS preflight malfunction in Middleware
#36377 commented on
Apr 29, 2022 • 0 new comments -
next font optimization is not working with getServerSideProps components
#36384 commented on
Apr 29, 2022 • 0 new comments -
Font-Optimization seems to add an extra .woff file.
#36149 commented on
Apr 29, 2022 • 0 new comments -
Cannot read properties of undefined (reading 'getInitialProps')
#36221 commented on
Apr 29, 2022 • 0 new comments -
Cannot set original image size on Image component from next/image
#36225 commented on
Apr 29, 2022 • 0 new comments -
Relative path prefix for next/image with remote images
#19206 commented on
May 2, 2022 • 0 new comments -
Add with-docker-compose example
#32668 commented on
Apr 27, 2022 • 0 new comments -
Add Apilytics example
#33289 commented on
May 2, 2022 • 0 new comments -
Support tsconfig paths without baseurl
#34926 commented on
May 1, 2022 • 0 new comments -
fix: scroll restoration
#35770 commented on
May 4, 2022 • 0 new comments -
feat(examples): refactor `api-routes-graphql` to GraphQL Yoga
#36155 commented on
May 3, 2022 • 0 new comments -
Add experimental wildcard `remotePatterns` config for upstream images
#36245 commented on
May 4, 2022 • 0 new comments -
[FIX] : styles type in DocumentInitialProps are incompatible
#36267 commented on
May 2, 2022 • 0 new comments -
docs: svg as component example leveraging swc instead of babeljs
#36410 commented on
Apr 28, 2022 • 0 new comments -
Add Object#fromEntries polyfill (with 6 lines of code)
#36426 commented on
May 3, 2022 • 0 new comments -
feat(examples): build a GraphQL Gateway with GraphQL Mesh and Next.js API routes
#36439 commented on
May 3, 2022 • 0 new comments -
update web-vitals from v2.1.0 to v2.1.4
#36489 commented on
May 3, 2022 • 0 new comments

