<@U0F3291QE> I am trying to pass a param to a frag...
# tornadofx
n
@edvin I am trying to pass a param to a fragment like this
find<HeaderFragment>(mapOf(HeaderFragment::todoItem to item))
but it is not working, I get the following error
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
, do I miss something?