Paulo Endoh
Paulo Endoh
I'm having this problem as well. Only when copy pasting images on latest NextJS version.
Updating my TypeScript did not work. When I build the app and run the JS application, it doesn't show any error =/ Running ts-node without transpile-only worked for me. Also,...
@attilaorosz Yeah, I use the IsIn decorator that accepts an array of values ```typescript const itemTypes = ['tvSeries', 'movie'] as const type ItemType = typeof itemTypes[number] class Item { @IsIn(itemTypes)...
Same problem here.. only works when I manually choose the "Save all highlights" command. I wish it was automatic.
For me, it worked when I added the middleware right after calling the express() method const app = express(); app.use(pagination); I was having a similar problem of "paginate is not...
Hi @anymaniax . I'm having the same issue as OP. Is there any way to do this currently? I would really like to end my zod schemas with "Schema"