Michael Fanuzzi
Michael Fanuzzi
Just wanted to post that we're using this feature now and it's a lifesaver. In our case, we're storing templates for email notifications along with a function that sends those...
Hey @zephraph! My team just ran into this one as well, and I think I can help point you towards an answer. In the codesandbox example you posted, you can...
One issue with this approach is that if you're no-oping a package that's used in generation of a type, you can't then use any functions from that package. eg, with...
This is a complex issue that has to do with babel resolution of sanity parts as its core. For some custom components, this may be sufficient: https://github.com/ricokahler/sanity-codegen/issues/59#issuecomment-762472234 But for Orderable...
Here is a solution for this plugin specifically, though it may be helpful for other plugins as well. There are two steps: first, extend the codegen babel config to "no-op"...
Another voice for this: it's very difficult to tell (without running tests) what the shape of the expected output of, say, success and failure states for each call are. Right...
Just updating this for anyone else who might come across it. A further complication is that the maximum `per_page` is 100. https://answers.netlify.com/t/upper-limit-on-per-page-within-api-calls/53859/2
+1. this does kinda make the package unusable... (i ended up uninstalling the types)