Corentin Bilotta

Results 25 comments of Corentin Bilotta

This is done. Now we just need to keep up with the styled-components potential API changes.

Hello, It is a misconfiguration of the npmPeerRequirements. If you could do a pull request, that would be great.

https://github.com/ssrwpo/ssr/blob/master/src/shared/utils/peerDependencies.js

Hello, If you decide to contribute, it's probably this file that needs to be updated: https://github.com/ssrwpo/ssr/blob/develop/src/server/steps/processSSRRequirements.jsx

I did it in a cleaner will push to develop asap

Just pushed Apollo SSR support and Styled-components V2 to develop branch. I think we should delete some things from the store though. They say I should only send data and...

I think it is because I do not do the proper transformations on the store... They say you should put the initial Apollo state in a special key but I...

Or maybe you tried to use Apollo SSR in a space reserved to logged-in user ? In this case the conflict would come from the cache.

Can you make a repository containing your issue please

I guess the problem is that you don't pass the ApolloProvider an instance of the store. (Get it via context ;) )