George_ES

Results 1 issues of George_ES

We create and register a pop -up window ``` type MProps = { name: string, age: number, }; const M = NiceModal.create(({ name, age }) => ( {name}-{age} )); NiceModal.register('M_MODAL',...