Sean Campbell
Sean Campbell
No problem. I have just been a little distracted lately. I'll see what I can get for you today. And I'll do I PR
PR opened. Let me know if you have any concerns with my write up or would like something changed.
Hooks sound like a great idea! ~~I am wondering where I can find a type definition of the config options?~~ *In each resolver's file...* :disappointed: I was curious because I...
> As workaround, for now I'm using this wrapper: > > ```js > import { useRef } from 'react'; > import { equals } from 'ramda'; > import _createPersistedState from...
I did not know that. Thanks!
Hey @du5rte So I see this is an long standing issue and I was attempting to implement this feature since I would like to use it in a project I...
~~I'm just wondering g if there could be a better way. Going to sleep on it.~~
I just cam across a problem with my changes... It does not handle Fragments now. At least this version of them.. ``` export const MEMBER_BASIC_FRAG = gql` fragment MemberBasicFrag on...
I had a similar issue just now. And I was able to figure out that it was due to my use of `height: 100%` on the `body` element. As soon...
I was wondering this myself today. I was trying to modify the dialog to be a slide in nav from the left. I was able to get the enter slide...