PupoSDC

Results 3 issues of PupoSDC

**Prettier 2.6.2** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAdKkoGcYAIAWcATgLZxYByEMAlgGY1gCGt0AwkxnADbcs3QAQgE8AqlmIAVJgHMAymEIkmSXAC0IAEwVKmAHgASxMpWr1G-dpzA8+rKCPFTZAPlwBedLlwAvAHQQAEYAVnBgMAAUwF7euACuEkTSMqr+OEQ0UDIRAJQANDHeUGYMzPaSwgAOcKl+UPwAbnAAolBxJBFUtKWWUBXVOQGV9kzcuQVQ3gC+OehzGNA4BMbkXeZlAlAcXLy9jonJOnDKqhraisf6MUakqyUW9ts2u-b7zjLobp6TvgEhYZFoj9vAl3rV0plsvlCrhit0Hpt+jVfvVaE1Wu1OvcNtAkYMIMNNqNxjEZiA8iACfYsMhQEwiEQIAB3AAK9IQNJQoyZTGENIpgSITDAAGs4DA5EwyAAZTJwZB0UYSAVC0XiuSVYWQ5AwIhxOAU46BOCaTQm6WcGRxWRwABiEFILFoWWQICYcRgEHJIHwMBI3AA6vgaPAsJqbHIOSGaA0Q8JXWAsPyQJlEjAWUKZMoFUqDSBglgAB5ySHcOAARTi1HlSEV3GVIE1RESrpgVXIYAyw29lQysADNE0MHwyAAHAAGCm9iASANCyquqBwJpEb0ARyr8AzBM5bqwAFolyaTd6iHANzQzxnZNna7mKRISDQdXq81hSxXNzW6w2YExAgOQ4jkgABMFK6kwNDcJCbAQCQt4gOQACs3qgtIgScj+eYNPqACSUBmrAChdjAACCBFyG2ZY5vWcBTFMQA) ```sh --parser typescript --prose-wrap never ``` **Input:** ```tsx const hermesNotificationCancellationByUserTagSchema: ZodSchema = z.object({ userTag: z.string(), notificationType: z.nativeEnum(NotificationType).optional(), }) const hermesNotificationCancellationByUserTagSchema: ZodSchema< HermesNotificationCancellationByUserTag > = z.object({ userTag:...

status:needs discussion
lang:typescript

**Is your feature request related to a problem? Please describe.** V11 has now entered Beta. Unfortunately this package does not work out of the box with V11 and some work...

## **Is your feature request related to a problem? Please describe.** I would like to request a demo of a [next-trpc](https://trpc.io/docs/client/nextjs/setup) combined with this project and RTL. Ideally Running in...