Hassan Mohaideen
12/27/2023, 11:57 PM1.7.20-Beta
to 1.9.22
and sending props to my components has broken.
Previously this worked -
val App = FC<Props> { _ ->
Component1 {
prop1 = value1
prop2 = value2
}
}
However, I am now getting an error Uncaught TypeError: $this$invoke.set_prop1_pzbc64_k$ is not a function
. Was there a change to the syntax that I have to do?andylamax
12/28/2023, 1:27 AMHassan Mohaideen
12/28/2023, 1:49 AM