Vincent Profeta

Results 17 comments of Vincent Profeta

@insin Any insight would be great. I am getting around it by updating the form in my class constructor but would rather you initial

@ryanjuve-porch @marr I created my own iscomplete function that takes in a form and returns whether it is complete or not. ``` javascript import _ from 'lodash'; export default function...

Here is the updated LiveReload component with @kiliman's changes. ```export const LiveReload = process.env.NODE_ENV !== 'development' ? () => null : function LiveReload({ port = Number(process.env.REMIX_DEV_SERVER_WS_PORT || 8002), nonce =...

@hassan-zaheer Were you able to come up with a good solution?

@hassan-zaheer Nice that works. I was able to forward the browser cookie to the gql server, but do you have a good pattern for forwarding the session cookie set by...

I am experiencing this issue as well? @zikaari can you help me understand what a good solution might be?