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

rogue comma #801

Conversation

Maddiebusta
Copy link
Contributor

@Maddiebusta Maddiebusta commented Aug 22, 2022

Overview:

A comma slipped into the html when adding A11y functionality. I just removed it. (This doesnt have a jira ticket but i added it to work i was doing on https://clever.atlassian.net/browse/PRTL-2975

Screenshots/GIFs:

Screen Shot 2022-08-22 at 5 27 56 PM

Testing:

  • Unit tests
  • Manual tests:
    • Chrome
    • Safari
    • IE11

Roll Out:

  • Before merging:
    • Updated docs
    • Bumped version in package.json
      • Breaking change?
        • If it is a beta component run npm version minor
        • If the component is not in beta run npm version major
      • New component or backward-compatible component feature change? Run npm version minor
      • Only changing documentation? All good. Skip this step.
    • After creating a new component, make sure to add it to the Components List in ComponentsView.jsx. To do so:
      • Add a screenshot of the component in docs/assets/img with the format <COMPONENT URL LINK>.png
  • After merging:
    • Deployed updated docs (make deploy-docs)
    • Posted in #eng if I made a breaking change to a beta component

Copy link
Contributor

@prime-time prime-time left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

, 🗡️

@@ -157,7 +157,7 @@ function _interleaveMessagesWithDividers(
key={`alertMessage-${message.index}`}
icon={icon}
messageText={messageText}
/>,
/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this is outside of the markup actually

@Maddiebusta Maddiebusta merged commit dd22540 into master Aug 23, 2022
@zohnnyclever
Copy link
Contributor

hi @Maddiebusta ! This actually didn't solve the problem. I found the comma and fixed in another PR.

In the future, please test the components server locally. you can do that by running make dev-server. Then you can load it on http://0.0.0.0:5010/#/components/messaging-thread-history and see that your fix worked or not.

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

Successfully merging this pull request may close these issues.

3 participants