enhance-arbitrary-parameter-depth

bug reproduction

The api route and page were created with

begin new api -p /foo/bar/baz/\$key
begin new page -p /foo/bar/baz\$key -t js

The api handler was updated to put params and pathParameters into the store. The page was updated to render the store in a

.

image