does anyone know why when we retrieve a component ...
# tornadofx
r
does anyone know why when we retrieve a component we set the paramsProperty.value to it? Seeing that a component is always a singleton for a scope - wouldn't this contaminate the state of the component in case we inject the same component but with different parameters?