1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-apollo/lib
Max Scher f0eacf66ea Add data node to serverState declaration (#3321)
The serverState variable definition did not include the data node, which
may cause parsing errors on the client-side.
  - add data: { } on line 23 within the apollo: { } object
2017-11-23 13:46:33 +01:00
..
initApollo.js Fixed how credentials opt is passed to HttpLink (#3269) 2017-11-13 12:20:59 +01:00
withData.js Add data node to serverState declaration (#3321) 2017-11-23 13:46:33 +01:00