Pierre Olivier TRAN

Results 6 comments of Pierre Olivier TRAN

Hey :) Well, I found a clean solution to this problem: Somewhere in the wrapper, add an input including your current_user id ``` ``` Then, in your js publish, retrieve...

Is it not possible to use both ? `connected-react-router` along with `react-router-dom` hooks ? I'm supposed to migrate a huge library with 200+ components: - using `react-router-dom` requires wrapping the...

@ibrierley I edited the snippet with the URLs. When you say "element is a container object", I assume you're talking about the rect in which I'd like to display the...

My first SVG includes several layers, some of which are supposed to go over the second one. I managed to accomplish what I wanted, although I stumbled upon some weird...

I managed to do so and make authenticated requests on both client and server components with the following: ```tsx // graphql.ts (exports the server method) import { HttpLink } from...

@phryneas Thanks a lot 🙏 Can I use it to update both clients ? The one returned by the useApolloClient hook and the one returned by the experimental `registerApolloClient` method...