estrelajs / estrela

Full Reactive Framework.
https://estrelajs.github.io/
MIT License
51 stars 0 forks source link

Component Types not working correctly #21

Open rosostolato opened 1 year ago

rosostolato commented 1 year ago

Example:

children.filter(child => isComponentOf(child, Option));

image

rosostolato commented 1 year ago

Also, generic types are not working either.

image image