Using signal inputs in computed signals is not supposed
Closed this issue · 1 comments
003marek commented
In my use case I have a signal input that I later use in a computed signal. In my test I use render function with componentProperties set. After running the tests I see an error inside computed signal that my signal input is not a function. I believe it is caused by the line delete componentInstance[key]
in update
function in testing-libarary.ts
file.
timdeschryver commented