I ran into this issue where I'm seeing the error message { expected ts(2322)
when utilizing the CSS function in styled-components
This problem is depicted here:
https://i.sstatic.net/mmjZ3.png
Surprisingly, the error disappears when the template literal is placed on a single line!
Any thoughts on what might be causing this?