Piet van Leeuwen
Piet van Leeuwen
This may relate to the environment (turborepo). I just tested the prisma example project, and changed the following, ``` export interface Other { other: string; } export interface UpdateUserDto {...
We managed to find a work around, seems that when we define the whole type there is no issue - ``` type ProjectCreationUpdate = { id: string } & ProjectCreationInput;...
_Sounds like this'll be encoding changes. Just to be clear, re-saving the entry doesn't change anything, but re-typing the encoded values (swapping & for & for example) works correctly?_ Yes...
Duplicate issue on Super Table https://github.com/verbb/super-table/issues/569
Duplicate issue on Vizy https://github.com/verbb/vizy/issues/325