Santino

Results 24 comments of Santino

The work hasn't started yet. We've been discussing it here and @ntziolis has volunteered to work on it. @ntziolis if you find it challenging to dedicate time to this right...

Initially I did love the opportunity to import modules from `'containers'` or `'components'` but now I came across an issue which I don't seem to find an easy solution to....

Thanks @zentuit and @diegohaz for your suggestions; eventually wrapping the component on the container solved the issue. This feels like a work around but not a big compromise to live...

Thank you for your contribution and the discussion! A couple of minor comments from me. I think in this case it makes sense to use `EnvelopError` class. ```js import {...

I believe the issue over here can probably be closed, as the solution you require is unlikely to be provided as part of graphql-tools. Maybe the conversation can continue over...

I'm still not 100% clear on how to solve the following 2 challenges when it comes to use within storybook: 1. `found/lib/Link` is not available 2. Rendering of an HOC...

Thanks @taion. For the those devs like me looking for a snippet to make this work here is what a simple storybook implementation would look like ``` import React from...

I've just published [storybook-found-router](https://github.com/santino/storybook-found-router) a decorator for React applications using Found routing. It can simply be installed using `npm install storybook-found-router -D` @taion it would be great if you could...

Thanks for the answer. Yes, I definitely didn't get this following the release notes. The fact that an empty object is required is not really mentioned and also all the...

You're absolutely right. I've got mistaken because the issue I'm having is with my storybook routeConfig where I'm using the array of objects, which got broken following the upgrade. I...