Hi, I have a full client-side route "/tenant/[tenantId]", but I don't use the parameters coming from the parameter hook, but from useParams. In development mode, the static badge appears in the bottom left corner, but when the next build is run, it is marked as a dynamic route.
It works perfectly, no issues. I'm just curious if this is an intentional behavior or just a bug.