Hi, not sure why, but `createBottomBarrier` starte...
# compose
m
Hi, not sure why, but
createBottomBarrier
started to crash since
1.0.0-alpha05
with this:
java.lang.NullPointerException: Attempt to invoke interface method 'androidx.constraintlayout.core.widgets.ConstraintWidget androidx.constraintlayout.core.state.Reference.getConstraintWidget()' on a null object reference
. I assume something changed?
👆 2
this simple snippet crashes for me for example:
Copy code
val (header, logo, searchBox, list) = createRefs()
val barrier = createBottomBarrier(searchBox, margin = 48.dp)
d
Have you filed a bug for this? I’m having the same issue on alpha11
v
Still crashes as of beta01 and cl-compose:1.0.0-alpha03. Found an issue: https://issuetracker.google.com/issues/181717954