Alex

Results 17 comments of Alex

Once this is merged #63 can be closed as well.

For now I'm using this hook which appears to do the job. ``` /** * Caches a service via Redis * Also ensures that certain params are included in the...

Had the same problem, used the 'hacky' code below to fix it. ``` $('.parallax-layer') .css({top: 0, marginTop: 0, left: 0, marginLeft: 0}) .parallax({mouseport: $(".parallax-port")}); ```

Hi @morrys thanks for getting back to me, do you know if there's a way around this? Is it a change which needs to happen on the GraphQL endpoint or...

@morrys Just tried that with no luck, the request on the server goes directly to the network to fetch the data for the store when sent to the frontend for...

**No SSR:** - Client makes the request - Server returns an error - Client passes the error down to the component **SSR:** - Request is made to the server, on...

Can confirm this is occurring with the react-relay HOC as well, I'll do a bit more investigating and see if I can figure it out.

Any update on this?

Any update on this? The base functionality is great, but Situation A is really common. _Edit_ - Ended up using the following, seem to provide the functionality I was after....

@hauckwill Glad you got it working, it's not the most elegant solution but it works for now.