rsnext/test/integration/basepath
Leo Toneff 25cb43a73b
Added flag to identify shallow router events (#19802)
This PR is an implementation of RFC #13276 (more specifically @banerjeesouvik's [suggestion](https://github.com/vercel/next.js/discussions/13276#discussioncomment-17874)) which solves #3322 by adding an extra parameter to the router events that'll allow you to see whether or not the route is shallow.

This is a recreation of PR #13243.
2020-12-17 09:14:50 +00:00
..
components Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
external Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
pages Added flag to identify shallow router events (#19802) 2020-12-17 09:14:50 +00:00
public Fix basePath and public folder check ending routes early (#16356) 2020-08-19 17:30:33 +00:00
test Added flag to identify shallow router events (#19802) 2020-12-17 09:14:50 +00:00
next.config.js Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
server.js Normalize missing optional value on Vercel (#15593) 2020-07-29 14:19:25 +00:00