Closed Jawnnypoo closed 3 months ago
1 Warning | |
---|---|
:warning: | No coverage data found for com/instacart/formula/coroutines/FlowAction |
Class | Covered | Meta | Status |
---|---|---|---|
com/instacart/formula/coroutines/FlowAction |
No coverage data found : -% | No coverage data found : -% | :black_joker: |
Generated by :no_entry_sign: Danger
Closing in favor of https://github.com/instacart/formula/pull/373
If we are moving from RxAction to FlowAction and including a
key
, you can see the difference between the params on both.If we do a direct change over to FlowAction:
^ this throws an exception because it is expecting you to pass a scope. We can reorder the params to where the key is first, to keep it consistent with RxAction 👍