Some attributes were updated in the useImage composable. In version 1, the placeholder with the blurred image worked properly, but in version 2 it no longer works.
The q parameter was changed to quality, but the documentation hasn’t been updated. In version 2, using q results in a type error.

Some attributes were updated in the
useImagecomposable. In version 1, the placeholder with the blurred image worked properly, but in version 2 it no longer works.The
qparameter was changed toquality, but the documentation hasn’t been updated. In version 2, usingqresults in a type error.