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
With body
aaa bbb ccc wrap1 'http://bla.alb/add' wrap2 wrap3 �[31m�[1m>�[22m�[2m�[39m�[90m �[36mthis�[39m�[33m.�[39mextend(�[36mthis
Once enable links is on there are 3 problems:
this . extend
wrap2 wrap3
Verified with the latest storybook as well as with the current code on main branch(150b55c)
Screenshot from storybook:
I believe the url issue is coming from the regex here:
react-logviewer/src/components/Utils/utils.ts
Line 291 in 63c8418
The extra spaces comes from here:
react-logviewer/src/components/LinePart/index.tsx
Line 129 in 44cf21a
uncertain what cuts off the rest of the line.
The text was updated successfully, but these errors were encountered:
PR is welcome.
cc @rapsealk
Sorry, something went wrong.
Apologies for the inconvenience. I may have missed some cases. I will be able to start the investigation over the weekend.
Thanks @rapsealk i assigned it to you!
rapsealk
Successfully merging a pull request may close this issue.
With body
Once enable links is on there are 3 problems:
this . extend
rather than this.extendwrap2 wrap3
)Verified with the latest storybook as well as with the current code on main branch(150b55c)
Screenshot from storybook:
I believe the url issue is coming from the regex here:
react-logviewer/src/components/Utils/utils.ts
Line 291 in 63c8418
The extra spaces comes from here:
react-logviewer/src/components/LinePart/index.tsx
Line 129 in 44cf21a
uncertain what cuts off the rest of the line.
The text was updated successfully, but these errors were encountered: