Loren ☺️

Results 265 issues of Loren ☺️
trafficstars

Related to #62, but I can't reproduce the `TIMEOUT` error, and am only handling `PERMISSION_DENIED`.

I'm getting this error after I click "Pay $10", when my page then rerenders without ``. I'm not calling `findDOMNode`, but I'm guessing Checkout is? ``` inner-284ced8932f4a8…085eeb162a4124.js:6 Uncaught Invariant Violation:...

Particularly helpful for comfortable reading on iPad. Would avoid having to horizontally scroll code snippets: ![www apollographql com_docs_tutorial_schema_](https://user-images.githubusercontent.com/251288/150591229-c1d1f2e9-b804-4f89-a252-f7fa86e61416.png) It would also help on narrower breakpoints: ![image](https://user-images.githubusercontent.com/251288/150591482-bac6cf91-835f-42b5-a3ab-392299380cf7.png)

It currently requires a lot of horizontal scrolling. Ideas to improve: - Reduce side margins - Reduce font size - Remove line numbers The first two are done by GitHub:...

`cd docs && npm start` results in: ` warning Plugin gatsby-plugin-google-tagmanager is not compatible with your gatsby version 2.27.0 - It requires gatsby@^3.0.0-next.0 `

`cd docs && npm start` results in: ``` warning ESLintError: /Users/me/gh/apollo/docs/source/components/workout-menu-item.js 39:12 warning Anchors must have content and the content must be accessible by a screen reader jsx-a11y/anchor-has-content 39:12 warning...

Currently, modifying a non-root, non-normalized field requires nesting calls to `cache.modify()`, like the below code modifying `ROOT_QUERY.currentUser.favoriteReviews`: ``` const [removeReview] = useMutation(REMOVE_REVIEW_MUTATION, { update: (cache) => { cache.modify({ fields: {...

📕 cache

My field policy `merge` is built for pagination and puts things on the end of the list. My `objectAdded` `subscribeToMore` should put new things at the beginning of the list....

:hook: react hooks

```gql query ErrorTemplate { people { id name } } ``` works. ```gql query ErrorTemplate { people { id name } foo @client } ``` `people` becomes `undefined` Repro: https://github.com/lorensr/react-apollo-error-template/tree/remote-undefined...

bug
has-reproduction
ac-local-state-ready