Default UI is rendered because the implicit @children
slot does not contain a route segment that matches the current /parallel-routes/demographics
route.
parallel-routes/demographics/page.js
OR parallel-routes/@children/demographics/page.js
do not exist.parallel-routes/default.js
OR parallel-routes/@children/default.js
exists.Default UI is rendered because the @views
slot does not contain a route segment that matches the current /parallel-routes/demographics
route.
@views/demographics/page.js
does not exist.@views/default.js
exists.