Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

The following code used to work in @formatjs/cli v6.7.1 but no longer works in v6.7.2. Is there any particular reason why the tool doesn't (or can't) support this pattern?

  <FormattedMessage
    id="someid"
    defaultMessage="Some Default Message"
    tagName={styled("div")`
      color: ${blackColor};
    `}
  />

issue is the substitution in the styled component.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.