You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const Title = ({ children }) => (
<Text style={styles.title}>
{ children }
</Text>
)
// Next line gets no-raw-text error!
const title = <Title>This is the title</Title>
Problematic case with custom components:
Problematic case with jsx-control-statements:
Both these cases could be solved with a blacklist/ignore option for the
no-raw-text
rule. For exampleThe text was updated successfully, but these errors were encountered: