ordalbang

Results 6 comments of ordalbang

Confirmed this also happens to me ```js const fetcher = (url: string, token: string) => axios.get(url, { headers: { 'x-auth-token': token } }).then((res) => res.data) const { data, error, isLoading...

For those who still facing the issue, I fixed mine by updating the package to `"swr": "^2.0.3"` For me this is the latest that did not have this issue

I really don't understand why it is not a base feature, to update the validation via extension. ``` class Child { @IsPositive() @IsOptional() someOptional?: number | string; } class Parent...

Yes, this also happens to me. Not sure why in development it is rendering correctly though. But on my staging env, it renders like this this is my code ```javascript...

Ugh this is still not a feature on typeorm? I hope this is being developed soon. At least now I can update the migration file myself.