• Matthew Taylor's avatar
    Remove `option` warning in console · 0d9493de
    Matthew Taylor authored
    `option` throws an error in React if it’s not a string. `FormattedMessage` returns a `span` around strings, so any time this function was loaded/called, it was throwing >100 warnings in the console. use `intl` to return a string instead.
    0d9493de
steps.jsx 48.8 KB