next-with-apollo
next-with-apollo copied to clipboard
Apollo HOC for Next.js
Adds next 14.x to `peerDependencies`
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Trying out the `next-with-apollo` resulted in warning about multiple renderers Is this expected? Also, is the library still maintained? ``` "next": "12.1.6", "next-with-apollo": "^5.3.0", ```
According to the official doc of [next.js](https://nextjs.org/docs/api-reference/data-fetching/getInitialProps) it's recommended to use `getStaticProps` or `getServerSideProp` instead of `getInitialProps`. Can it be added to this lib? Does that make sense? Thanks!
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Hello, I'm trying to get this package to work with an existing application that we're trying to upgrade to Next.js 12. Our application was built using `getDataFromTree` and refactoring everything...
The code above works when run dev, but when try to build, types are incorrect right in the () => {, what should i do? **"Argument of type '() =>...
Move from apollo-client@2 to @apollo/client@3 by manual: https://www.apollographql.com/docs/react/v3.0-beta/migrating/apollo-client-3-migration/