The problem is that Angular signals (maybe other frameworks' signals also) are functions and a this rule enforces binding them to something.
If you rebind an Angular signal it will lose its substance, i.e. the SIGNAL Symbol, rendering the isSignal check useless for example.
Please add an exception on this rule for this case!
The problem is that Angular signals (maybe other frameworks' signals also) are functions and a this rule enforces binding them to something. If you rebind an Angular signal it will lose its substance, i.e. the SIGNAL Symbol, rendering the
isSignal
check useless for example.Please add an exception on this rule for this case!
Thank you!