Somewhat odd, I had to add @ts-ignores to the Fela examples that
use Fela's css prop. After digging in to it, I'm suspicious that
the Fela css was ever typed correctly.
In theory I contributed "correct" typings to Fela after noticing
this the first time I played with Fela:
Note that the way truss works, downstream projects can use whatever versions of emotion/fela/etc. they want, this is just upgrading truss's test suite to use these specific versions.
Just housekeeping.
Somewhat odd, I had to add @ts-ignores to the Fela examples that use Fela's css prop. After digging in to it, I'm suspicious that the Fela css was ever typed correctly.
In theory I contributed "correct" typings to Fela after noticing this the first time I played with Fela:
https://github.com/robinweser/fela/pull/792/files
But I think my PR was wrong; that
const fe
typing doesn't have anything that mentions acss
key...But deferring this to a follow up issue.