Skip to content

Take a look at how Message renders code outside of back-ticks #380

Description

@rebeccaalpert

From @karthikjeeyar:

Pasting this doesn't work unless you use backticks:

const MessageLoading = () => (
  <div className="pf-chatbot__message-loading">
    <span className="pf-chatbot__message-loading-dots">
      <span className="pf-v6-screen-reader">Loading message</span>
    </span>
  </div>
);
Image

Not wonderful how the message breaks up.

Looks like it's tied to the Message - it pre-dates the input switch.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    PF6Applies to only the PF6 version

    Type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions