chris
07/23/2020, 7:45 PMNeverEqual
to invoke the comparison of the objects to trigger a recompose I still have to call the setter. So I end up assigning the object to itself. Am I missing another way to do this?Zach Klippenstein (he/him) [MOD]
07/23/2020, 7:46 PMRecompose
composable or you can get a function reference from the invalidate
property to force a recompose.chris
07/23/2020, 8:14 PM