Simon
Results
1
issues of
Simon
**Describe the bug** `AsyncLoading.progress` doesn't propagate when setting state from `AsyncLoading` to `AsyncLoading`. **To Reproduce** ```dart @riverpod Future example(ExampleRef ref) async { ref.state = AsyncLoading(progress: 0); //
bug