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
The docs on typescript don't seem to mention signals, and it would be nice to know how to type them so that they take on a specific interface type. It's not too difficult to experiment a bit and eventually come up with the pattern of creating a const variable with the right type and using that to initialize the signal, but this should be documented.
The text was updated successfully, but these errors were encountered:
The docs on typescript don't seem to mention signals, and it would be nice to know how to type them so that they take on a specific interface type. It's not too difficult to experiment a bit and eventually come up with the pattern of creating a const variable with the right type and using that to initialize the signal, but this should be documented.
The text was updated successfully, but these errors were encountered: