Should relfect
totally exclude properties used in bind
from final types?
#85
Labels
relfect
totally exclude properties used in bind
from final types?
#85
Current behavior
ReflectedView
isExclude<ViewProps, "someProp">
ReflectedView
will show type error on<ReflectedView someProp="other value" />
bind
, so this will work properly in runtimeQuestion
This is a bit confusing:
The library just highlights that prop was already taken, but in fact allows to override it.
What is desired behavior here?
reflect
actually omit such values in runtime?The text was updated successfully, but these errors were encountered: