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
In reshadow
import styled from 'reshadow'
styled is a template literal , but typescript-styled-plugin this is not true. In typescript-styled-plugin styled.a, styled.div etc is template literal.
To solve this problem, you can add to default export any property same as current styled.
In this case, it will be possible to use as follows
Works hightlight, prettier formatting, linting
The text was updated successfully, but these errors were encountered:
In reshadow
import styled from 'reshadow'
styled is a template literal , but typescript-styled-plugin this is not true. In typescript-styled-plugin styled.a, styled.div etc is template literal.
To solve this problem, you can add to default export any property same as current styled.
In this case, it will be possible to use as follows
Works hightlight, prettier formatting, linting
The text was updated successfully, but these errors were encountered: