<!-- Issues that don't use this template are likely to be closed. --> <!-- Please search the existing issues and read the documentation before opening an issue. --> ### Current behaviour i got this error ``` [TypeError: JSON.stringify cannot serialize cyclic structures.] ``` ### Expected behaviour working TextInput as in [picture here](https://github.com/callstack/react-native-paper/pull/1850) ### Code sample i used the code provided in [here](https://github.com/callstack/react-native-paper/blob/4.0/example/src/Examples/TextInputExample.tsx) so i wrote ``` <TextInput ... other props right={<TextInput.Affix text="/100" />} /> ``` ### Error pic  ### My Environment | software | version | --------------------- | ------- | android | 6.0 | react-native | 0.61.5 | react-native-paper | 4.0.0-alpha.1 | node | 12.14.0 | npm | 6.13.4 | react-native-vector-icons | 6.6.0 <!-- Add expo sdk version along with snack that reproduces the issue -->