Aleksandr Klyavlin

Results 7 comments of Aleksandr Klyavlin

@arsenij-melihov as a workaround you can create a `.d.ts` file with ```ts declare module 'class-validator/cjs/metadata/ValidationMetadata' { import { ValidationMetadata as __ValidationMetadata } from 'class-validator/types/metadata/ValidationMetadata' export const ValidationMetadata = __ValidationMetadata }...

@jampy thank you so much. You've saved me a hell lot of time

I solved my problem by writing my own hook with useState and callback as you say. It causes single additional rerender but that’s ok for me. You can also achieve...

This error happens if you try to write workbook with added 0-based cell like this wb = new Workbook(); ws = wb.addWorksheet('test'); ws.cell(0,0).string('tst'); wb.save('test.xlsx'); Just fixed it in my project....

`@JoinColumn` needs this as well

Try running `cd ios && pod update` to see the output. In my case it was react-native-permissions. Probably error message should be enhanced though