Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 882 Bytes

opening-an-issue.md

File metadata and controls

28 lines (17 loc) · 882 Bytes

Opening a new Issue

Why This Message Occurred

When next info was run, Next.js detected that it's was not on the latest canary release.

next@canary is the canary version of Next.js that ships daily. It includes all features and fixes that have not been released to the stable version yet. Think of canary as a public beta.

Some issues may already be fixed in the canary version, so please verify that your issue reproduces before opening a new issue.

Run the following in the codebase:

npm install next@canary

or

yarn add next@canary

And go through the prepared reproduction steps once again, and check if the issue still exists.

Useful Links