GregFo
GregFo
I'm wondering if this repository is still active. There hasn't been recent commits, and it seems most questions remain unanswered. Thanks
**Intended outcome:** I am playing with the cache of `@apollo/client` v3. [codesandbox](https://codesandbox.io/s/playing-with-apolloclient-3-cache-2d55b?file=/src/useGetOptionList.ts:290-302) I am adding a **user** to a cached list of users using `client.writeQuery`, and the query has a...
**Describe the bug** Thanks for the library!! I am trying a simple example with many Cards in one column, without any particular optimization, just using the available examples. There is...
I've implemented a simple Kanban, with scrollable columns (`overflow-y: auto`) I need to be able to drop this Kanban component inside container divs, one of those div has `overflow: hidden`...
Hello @waynevanson Would you happen to have the missing nested example on a codepen or somewhere? It would be great to add it to the examples section. Thanks in advance