Pierre Schrodinger

Results 1 issues of Pierre Schrodinger

I started with a working code that only operates pass-by-value serializable data classes. I converted one of the methods to return a `StateFlow` instead of `T`: ``` // before (works)...