Has something changed with the route params in the new catacumba?
I have a route like this:
[:prefix ":id"
[:any #'load-company]
[:prefix "link-issues"
[:any #'start-link-issues]]
And in the load-company route-params is always an empty map
Where i should expect and :id parameter in the map
Thanks! I review it a little bit later!
@niwinz: Sure, it seems related to the context caching 😅
@mitchelkuijpers: should be fixed in 0.6.1
😉
@niwinz: That fixes! Whohooo
*fixes it
great!