Xander Low
Xander Low
I've been trying a few different ways of getting this to cooperate, but I keep hitting schema errors in Sanity. ```ts // sanity.config.ts import dynamic from "next/dynamic" import { createConfig,...
We're attempting to get delegation in Stargate to work with Keplr wallet. All articles and documentation seem to be out of date and do not offer a working solution. The...
There's currently no concise way to clear form fields upon form submission using the React SDK. It'd be nice to be able to do something along the lines of: ```jsx...
This PR implements a new pattern for footer nav links. It now pulls nav category objects from the `@apollo/chakra-helpers` package instead of a gql query.