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
I've got a strange problem where neither the tw nor css props don't work.
Both <div tw={'flex'}> and <div css={[twflex]}> resolve to <div class='[object Object]>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've got a strange problem where neither the
tw
norcss
props don't work.Both
<div tw={'flex'}>
and<div css={[tw
flex]}>
resolve to<div class='[object Object]
>However these 2 ways work fine:
and
my package.json
My .d.ts
I have this in my tsconfig
Anybody else run into this?
Beta Was this translation helpful? Give feedback.
All reactions