Gabriel Schmitt
Gabriel Schmitt
Hello! We widely use trpc.io and we love it! One use case that recently popped up is being able to use other request content types like `multipart/form-data`. Is that currently...
Hey everyone, is there a way to implement a custom target or extend the renderer? I would like to extend the library so that I can have my own renderer...
DefaultProps are deprecated and triggers a warning in newer RN / Expo apps. This PR replaces defaultProps by initializing the props when it's undefined with regular JS. cc @yujonglee