Skip to content

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

@rebeccaalpert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PF6Applies to only the PF6 version

    Type

    Projects

    Status

    Not started

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions