Fork me on GitHub
#funcool
<
2015-08-24
>
mitchelkuijpers10:08:03

Has something changed with the route params in the new catacumba?

mitchelkuijpers10:08:32

I have a route like this:

[:prefix ":id"
                    [:any #'load-company]
                    [:prefix "link-issues"
                     [:any #'start-link-issues]]

mitchelkuijpers10:08:12

And in the load-company route-params is always an empty map

mitchelkuijpers11:08:46

Where i should expect and :id parameter in the map

niwinz11:08:00

Thanks! I review it a little bit later!

mitchelkuijpers11:08:15

@niwinz: Sure, it seems related to the context caching 😅

niwinz11:08:42

@mitchelkuijpers: should be fixed in 0.6.1

mitchelkuijpers11:08:50

@niwinz: That fixes! Whohooo