You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Per https://sapper.svelte.dev/docs#Regexes_in_routes:
This is not true, /items/xyz still matches.
Steps to reproduce
npx degit sveltejs/sapper-template#webpack my-app
src/routes/[id([0-9]+)].svelte
with<h1>hello</h1>
yarn && yarn dev
Expected result
Error 404
Actual result
The page shows 'Hello'.
The text was updated successfully, but these errors were encountered: