Bradley Griffith
Bradley Griffith
I know this is a terrible thing to do but Im just slammed and didn't have time to contribute to the project accounting for tests, so essentially pulled out `https://github.com/sanity-io/gatsby-source-sanity/blob/main/src/images/getGatsbyImageProps.ts`...
Ok ended up making a pull request for this: https://github.com/sanity-io/gatsby-source-sanity/pull/95
I wanted to add, you'll notice that `@types/react-dom` is added to the dependencies in `package.json`. I was unable to build the built version of this package without adding this, and...
This is really necessary if you want to, for example, have `afterCreate` hooks that rely on the associated object. It's unclear how to set associations using existing objects before creating...
What is `scale` here?
To be clear, you didn't do a custom build of Blotter or anything, you just pulled it directly from the source [here](https://github.com/bradley/Blotter/tree/master/build)? Either way, is there any way you can...
It was already suggested above, but this was my solution to this: 1. Use some kind of state variable (I used hooks for this) to determine if your component using...
Thanks @malachaifrazier. That fix may have been obvious to some but it saved me a brief headache at the very least.
Adding on here that this also fixed the issue for me. More directly, in Nextjs 13 at least (likely works with Page router as well), you can add the following...
I dont want to tag them but with `tcgilbert's` solution Im getting `Illegal constructor` for the line `new google.maps.marker.AdvancedMarkerElement(...)`. I'm not using typescript, so there is that change, although I...