icedcrow

Results 2 comments of icedcrow

Well, maybe a tricky way: ```typescript // OverrideOptions.ts import { ValidationOptions, getMetadataStorage } from 'class-validator'; import type { ValidationMetadata } from 'class-validator/types/metadata/ValidationMetadata'; const OverrideOptions = (options: ValidationOptions): PropertyDecorator => {...

Hi, here is my solution: maintaining a stack to render multiple modals in a nested manner. [https://gist.github.com/icedcrow/c0a43e0a2d898333416f2dba47a86bee](https://gist.github.com/icedcrow/c0a43e0a2d898333416f2dba47a86bee)