rsnext/errors/beta-middleware.md
JJ Kasper 67681fe097
Replace middleware flag with warning (#30160)
Follow-up to https://github.com/vercel/next.js/pull/30154 this replaces the experimental flag with a warning that is shown once on usage instead.
2021-10-22 06:40:57 +00:00

13 lines
342 B
Markdown

# Beta Middleware Used
#### Why This Error Occurred
The middleware feature of Next.js is still in beta so this warning is shown to express that the feature is not yet covered by semver and can experience changes at any point.
#### Possible Ways to Fix It
No fix necessary.
### Useful Links
- [semver documentation](https://semver.org/)