mson-react icon indicating copy to clipboard operation
mson-react copied to clipboard

feat(custom-component): functional form

Open redgeoff opened this issue 3 years ago • 1 comments

Proof of concept. Wait until port of MSON in Typescript before finalizing.

redgeoff avatar Aug 07 '21 21:08 redgeoff

This can now be done, but the problem with this method is that you'd probably need to use a class, new MyComponent(), or a function myComponent(), to wrap the parameters. Or else, Typescript wouldn't know which types to check

redgeoff avatar Sep 04 '21 14:09 redgeoff