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
Since, find is used for lookup by the actual URL. It expose the params information.
However, in findRoute, it is lookup by the dev URL. It doesn't expose the meaningful params information to the user.
I know that find is exposing the params that is actual value extracted from URL.
So, in findRoute it should be exposing the dev array in below.
Since,
find
is used for lookup by the actual URL. It expose theparams
information.However, in
findRoute
, it is lookup by the dev URL. It doesn't expose the meaningfulparams
information to the user.I know that
find
is exposing theparams
that is actual value extracted from URL.So, in
findRoute
it should be exposing the dev array in below.find-my-way/lib/handler-storage.js
Line 26 in a4d9262
Related to fastify/fastify#5215
The text was updated successfully, but these errors were encountered: