chrisbanes / haze

Background blurring for Compose Multiplatform / Jetpack Compose
https://chrisbanes.github.io/haze/
Apache License 2.0
1.17k stars 31 forks source link

I got Layout nodes using Modifier.haze and Modifier.hazeChild can not be descendants of each other error after upgrade to 1.0.0 #394

Closed ti4n1993 closed 1 hour ago

ti4n1993 commented 2 hours ago

I blur the app bar and the bottom navigation bar, and blur the sensitive information in the list below the app bar and the bottom navigation bar

chrisbanes commented 2 hours ago

The error says what the problem is.

I don’t understand why you’ve raised an issue? If you think the error is a false-positive, then please attach some code.

ti4n1993 commented 1 hour ago

Sorry, it's my code error