bompi88

Results 15 comments of bompi88

Test app is available at https://github.com/bompi88/easy-search-leaderboard. The filters are retrieved from ES aggregations.

@matteodem thanks for quick merging 😄 have you looked at this PR? some things you like me to add or modify?

@matteodem The progress stalled. I'm not sure where I should precede from here? You want me to extend the core's `SearchCollection`, to extract the Elasticsearch specific code?

I experience the same thing. Adding `react-redux` to the `whiteListedModules`, fixes it in my case: ```json "electronWebpack": { "whiteListedModules": [ "react-redux" ] }, ```

This is still valid. What's the status on this?

Immediately after posting this issue, I understood why I get this behaviour. It's because of this particular code-snippet: ``` js export default function (injectDeps, {FlowRouter}) { const MainLayoutCtx = injectDeps(MainLayout);...

@HaareeKrishna Adding all routes to the core module would fix this, but the mantra specs states that routes could be [module specific](https://kadirahq.github.io/mantra/#sec-routes-jsx). I think each module should be isolated as...

@WoH What is needed for this feature and how can I help?