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
MAIN -> "a":+:+:+
test with "aaaa" and add "a" one by one.
this problem caused by rendering a lot of elements to the DOM.
I think it could be fixed by limiting the outputs to 100 item
outputs
nearley-playground/src/client/tester.js
Line 110 in c7704fb
.then(outputs => this.setState({outputs: outputs.slice(0, 100)}))
thank you 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example
test with "aaaa" and add "a" one by one.
note:
cause
this problem caused by rendering a lot of elements to the DOM.
solution
I think it could be fixed by limiting the
outputs
to 100 itemnearley-playground/src/client/tester.js
Line 110 in c7704fb
thank you 👍
The text was updated successfully, but these errors were encountered: