Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace DerivedState with StateFlow #77

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

ogaclejapan
Copy link
Contributor

The derivedStateOf defined in the Composable functions of the query-compose-runtime module has been replaced with StateFlow, which offers the same functionality. The StateFlow does not emit a value if it remains unchanged, ensuring that the behavior remains unaltered.

  • ErrorBoundary
  • Suspense

The `derivedStateOf` defined in the Composable functions of the query-compose-runtime module has been replaced with
`StateFlow`, which offers the same functionality. The StateFlow does not emit a value if it remains unchanged, ensuring
that the behavior remains unaltered.

- ErrorBoundary
- Suspense
@ogaclejapan ogaclejapan merged commit 534edb2 into main Aug 25, 2024
1 check passed
@ogaclejapan ogaclejapan deleted the remove-derived-state branch August 25, 2024 00:54
@github-actions github-actions bot mentioned this pull request Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant