Closed n370 closed 5 years ago
// Works fine! const foo = props => <input type="checkbox" {...props} />; const CheckboxStyled = styled(foo)` cursor: pointer; `;
// Breaks! const CheckboxStyled = styled(props => <input type="checkbox" {...props} />)` cursor: pointer; `;
This repo/library does not provide syntax highlighting. Please file this against https://github.com/styled-components/vscode-styled-components