@qwik.dev/core@2.0.0-beta.21
Breaking Changes📦 qwikView on GitHub →
⚠ 1 breaking🔧 2 symbols
Summary
This release introduces a breaking change by renaming the signal function `useAsyncComputed$` to `useAsync$` to better reflect its general utility.
⚠️ Breaking Changes
- The signal function `useAsyncComputed$` has been renamed to `useAsync$`. If you were using `useAsyncComputed$`, update your code to use `useAsync$` instead.
Migration Steps
- Rename all occurrences of `useAsyncComputed$` to `useAsync$`.