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
Describe the bug The code_block component doesn't wrap long lines anymore.
To Reproduce Steps to reproduce the behavior:
rx.tabs.content( rx.code_block( code=rx.cond( ProfileState.secret_is_hidden, f"curl -X GET {api_url}{ProfileState.get_api_key} -H \"Authorization: Bearer <API_SECRET>\"", f"curl -X GET {api_url}{ProfileState.get_api_key} -H \"Authorization: Bearer {ProfileState.get_api_secret}\"", ), language="bash", wrap_long_lines=True, min_height="200px", ), value="curl", )
Expected behavior The code lines in this code_block should break as before, given the "True" value for wrap_long_lines.
Screenshots
Specifics (please complete the following information):
Additional context In my last installed version of Reflex (should be 0.6.0), it worked fully fine.
The text was updated successfully, but these errors were encountered:
ENG-4080 Code_block "wrap_long_lines" not working anymore
Sorry, something went wrong.
wrapLongLines
Successfully merging a pull request may close this issue.
Describe the bug
The code_block component doesn't wrap long lines anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code lines in this code_block should break as before, given the "True" value for wrap_long_lines.
Screenshots
Specifics (please complete the following information):
Additional context
In my last installed version of Reflex (should be 0.6.0), it worked fully fine.
The text was updated successfully, but these errors were encountered: