How to filter/remove elements from an array within a Store
If I have the following
What is the proper way to filter/remove an element from that
Since the
createStore invocation:What is the proper way to filter/remove an element from that
cards list? I have tried the following and I get yelled at by TypeScript saying it's incorrect.Since the
cards field is at the top level, is the only option to reference the previous value of the store?