'Error: An error was thrown when attempting to render log messages via LogBox

I'm working on an app and everything is working fine, then I began to get this error when I log things out from try-catch block

Error: An error was thrown when attempting to render log messages via LogBox.

Please what could cause this?

enter image description here



Solution 1:[1]

i had the same issue and i spend all most two days to find any solution and in the end i find their is one console.log() statement which is logging the entire redux store, so as soon as i removed the console statement error removed.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ravi K