Decade
Decade
> @decadef20 do you think we can gather all the `props` assignments in `state` and move them into `onMount`? Yeah. I agree with you. And doing a assignment in `onMount`...
I'll fix it later @samijaber
Can you please provide a detailed example of how we use `MitosisComponent.props`
I'll look into this.
I find a related issue [tsc - doesn't compile alias paths](https://stackoverflow.com/questions/59179787/tsc-doesnt-compile-alias-paths). Because tsc don't compile alias path, if we set an alias in `core`, other projects in `packages` and `example`...
Is there anyone working on this? I'd love to have a try.
> In the "general demo" a package called @alifd/pro-layout is used. Do you know the github repo for this? i'd like to fork and translate the components @aderici Here is...
Is this issue fixed? If not, I want to have a try.
I scanned the tests and did not find code like `!(a=== undefined)` in `createValidator().toString()`. What kinds of types can generate `!(a === undefined)`? Can you provide a sample code? Thanks.
I think I know the problem. new the code is ```js const validator = p0 => !!p0 && p0.constructor === Array && (p1 => { for (const p2 of p1)...