Monaye Win

Results 8 comments of Monaye Win

@simonhamp I think it's about having a `array` casts on JSON field. https://laravel.com/docs/8.x/eloquent-mutators#array-and-json-casting

@itsramiel have you tried this in the non-ExpoGo environment? this could be related to App permission in the ExpoGo being isolated from the ExpoGo. https://github.com/expo/expo/issues/19093

@schacon what is the work-around ?

> though I did find one bug with textarea and defaultValue in IE11 @andrewiggins I think I am seeing this issue. Do you know if this had been fixed or...

since you are modifying the original array with the `splice`, I think signal will trigger the re-render. can you try remove the `todos.value = [...todos.value]`? or try with `toSpliced`.

@bernhardh Is there a way to add the nested relation count field? Here is the example: try to get the valid permission count on `user => role => permission` relation....

@bernhardh Thank you for your reply :) I was able to solve my issue by utilizing the `hasManyThrough` relation so I don't have to use nested stuff.