gitstart-twenty
gitstart-twenty
Hey @FelixMalfait It appears that GraphiQL has issues validating custom scalars in general and not just JSON. The errors however, do not affect the queries as they still work as...
Hey @FelixMalfait, Just to confirm, we're converting the phone field from a string to a composite that will also include the `countryCode`. The address is already a composite that includes...
Hey @Bonapara, Mind sharing a resource so we can get more familiar with prefetch loading?
Hey @Bonapara Should the skeleton in the timeline be the width of the tabs at the top, or `440px` like in the design? 
> It doesn't work for me, should I do something special ? > > ``` > Name FirstName,Name LastName,Name Id,Email,Company,Phone,Creation date,City,Job Title,Linkedin Label,Linkedin Url,Linkedin Id,X Label,X Url,X Id > Brian,Chesky,,[email protected],,,2024-04-30T14:27:05.768Z,San...
Hey @lucasbordeau I believe some changes were made to the row data which broke the export. However, we've pushed a fix, please try again when you can!
Hey @FelixMalfait In order to use `ScrollRestoration` we'd need to switch to `createBrowserRouter`. This means components outside the routes do not have access to `react-router-dom` hooks. These components include the...
Hey @FelixMalfait, I think there has been a misunderstanding, allow me clarify on some things. The hooks still function as expected for components nested within the routes. However, the providers...
> @gitstart-twenty Seems ok for me, do you anything else to move forward ? Just needed that green light 🚦
Hey @lucasbordeau, Using `createBrowserRouter` won't suffice because it relies on the scroll position of the page, whereas our focus is on the scroll position of the table(s). Would it be...