Matt Shwery
Matt Shwery
It might have to do with the way PaneProps is using `typeof Box`. What version of typescript are you on?
I'm unable to reproduce the error using latest evergreen or on TypeScript 3.7.5+
Sounds the same as https://github.com/segmentio/evergreen/pull/625 I think there were some limitations with that approach. PRs welcome! You'll have to [create a fork](https://github.com/segmentio/evergreen#contributing-to-evergreen) to open a pull request. :)
Hm, I might be misunderstanding the issue, but have a couple thoughts: 1. You probably shouldn't rely on css declaration order for styles to be properly applied (which is what...
@lukemcgregor what version of Evergreen?
I think we have plans to abandon `glamor`, which should alleviate one of these. Need to investigate the other one (react-scrollbar-size) // @akleiner2
`react-scrollbar-size` isn't even used, it seems. I'm going to kill it.
Wondering if it makes sense to map to all of these states in particular: https://github.com/OptimalBits/bull/blob/5e52e045a0a58d5126f4af3e4572b4af86cc7f9d/lib/getters.js#L20-L30
Addressed in #133
Yeah I think the original PR didn't fully address the issue, just pushed it deeper.