ibrahim ahmad
Results
2
issues of
ibrahim ahmad
Im using this code in my app. ``` const errorHandler = async (error, isFatal) => { console.log(error, isFatal) sendCrashToLogger() if (isFatal) { RNRestart.Restart() } } ``` ``` setNativeExceptionHandler(errorHandler); setJSExceptionHandler(errorHandler, true);...
### Laravel version ^8.75 ### PHP version 7.4.30 ### Voyager version ^1.5 ### Database mysql Ver 8.0.30-0ubuntu0.22.04.1 ### Description Exception thrown when adding a taggable model which have a translation....
possible bug