Type of setStore args?
When trying to listen for any and all changes to a store value, seems the only way of being able to do so is to wrap the store's setter like so,
What is the correct type for
...args? When typed as below, the type of the args is never, which throws errors in the existing setters,
2 Replies