Amos Bastian

Results 43 comments of Amos Bastian

@peterlundberg did you end up implementing these improvements elsewhere?

I would love this too as I do exactly the same as you (use the args, inputs and models, while writing custom resolvers). For context, I am using a monorepo...

I'm also experiencing this and unfortunately have also ended up putting `args as any` everywhere it happens. I'm not sure when it started happening for me though and it seems...

There is https://github.com/MayorMonty/Snoostorm for streaming submissions / comments from Reddit if that's useful? ```typescript const client = new Snoowrap({ ... }); const comments = new CommentStream(client, { subreddit: "reactjs+nextjs", limit:...

@jatinsandilya are you working on it?

Hi @MarcMcIntosh I must have missed that we need to change the `framework` property while using the migration guide, sorry! For the simulator issue. First of all the types don't...

>Saving a slice should regenerate the slices/index file to the new format. It is doing so as far as I can tell. Like I said I've migrated our entire app...

Hey @angeloashmore it seems like certain fields that are key text are seen as rich text in the simulator 🤔 These components also work fine when using them in the...

Here is one of the components: ```jsx import { ContactCard } from "@/components/ContactCard"; import { Section, SectionHeading } from "@/components/Section"; import { Grid } from "@chakra-ui/react"; import * as React...