We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The row component throws an error if the string length from right side is too big
example:
<Row left={<Text>CEP:</Text>} right={ <Text>Antiga 18 portão de garagem vermelho casa de esquina</Text> } />
Error thrown: Possible Unhandled Promise Rejection (id: 2):
RangeError: String.prototype.repeat count must be finite and non-negative RangeError: String.prototype.repeat count must be finite and non-negative
The text was updated successfully, but these errors were encountered:
Share the whole code. I faced similar issues and solved it, but I can't see the mistakes I did in your code.
Sorry, something went wrong.
No branches or pull requests
The row component throws an error if the string length from right side is too big
example:
Error thrown:
Possible Unhandled Promise Rejection (id: 2):
RangeError: String.prototype.repeat count must be finite and non-negative
RangeError: String.prototype.repeat count must be finite and non-negative
The text was updated successfully, but these errors were encountered: