Skip to content
New issue

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

Limit on UI events class name lengths #1455

Closed
baw opened this issue Aug 2, 2018 · 1 comment
Closed

Limit on UI events class name lengths #1455

baw opened this issue Aug 2, 2018 · 1 comment

Comments

@baw
Copy link

baw commented Aug 2, 2018

I am wondering the reasoning behind the 80 character limit here for UI events as it seems arbitrary:

const MAX_OUTPUT_LEN = 80;

Is there any chance this could be increased or removed and just use the MAX_TRAVERSE_HEIGHT as the only limit? This would make it easier for us to view errors we are receiving without having to go back through and add specific class names to a bunch a buttons.

@kamilogorek
Copy link
Contributor

@baw you can override it using breadcrumb hints if desired. Please refer to this comment - #1401 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants