You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
003marek
changed the title
Using signal inputs in computed signal is not supposed
Using signal inputs in computed signals is not supposed
Jun 13, 2024
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]
inupdate
function intesting-libarary.ts
file.The text was updated successfully, but these errors were encountered: