funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
mitchelkuijpers 2015-08-24T10:46:03.000309Z

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

mitchelkuijpers 2015-08-24T10:46:32.000310Z

I have a route like this:

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

mitchelkuijpers 2015-08-24T10:47:12.000311Z

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

mitchelkuijpers 2015-08-24T11:01:46.000312Z

Where i should expect and :id parameter in the map

mitchelkuijpers 2015-08-24T11:23:17.000313Z

@niwinz: https://github.com/funcool/catacumba/issues/27

niwinz 2015-08-24T11:26:00.000315Z

Thanks! I review it a little bit later!

mitchelkuijpers 2015-08-24T11:29:15.000316Z

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

niwinz 2015-08-24T11:52:42.000317Z

@mitchelkuijpers: should be fixed in 0.6.1

niwinz 2015-08-24T11:52:44.000318Z

😉

mitchelkuijpers 2015-08-24T11:56:50.000319Z

@niwinz: That fixes! Whohooo

mitchelkuijpers 2015-08-24T11:56:55.000320Z

*fixes it

niwinz 2015-08-24T11:57:01.000321Z

great!