Sami Resua
Sami Resua
Is there anyway for me to modify the shape of the errors which are passed to my components using apollo-link-error? I tried manually setting the response.error object but didn't have...
Hi, the `email` field for each `/comment` doesn't actually correspond to any of the `/users` email fields. It would be really handy if there was some sort of link there....
There are a few component solutions for this but might it be useful to have a hook? Interested to get peoples thoughts. Happy to help out with an example of...
Is it possible to somehow wrap all my main body content in the pull-to-refresh component but specify only a specific component inside to trigger the pull? So, only when pandown...
Handy for conditionally hiding/showing posts depending on their post_status
For example: Works ✅ ```typescript import { Theme } from '../themes/Theme' export interface IconProps { /** The color to use */ color?: keyof Theme['color'] } ``` Yikes! ❌ ```typescript import...
Looks like right now we can work around this by passing an empty string, like so: ``` style={assignInlineVars({ [pointColor]: point.color ?? '' })} ``` However, a nice quality of life...
Autoplay
Not an issue per se, but is there a simple way to introduce an autoplay feature?
This makes destructuring the data prop very hard. ``` const { data: { todos }, // because data prop doesn't fallback to an empty object this destructuring fails loading, error,...
Is this expected behaviour? Im wondering if perhaps this has something to do with my setup - either way it's problematic for testing animations. 👍🏼