Evan Jacobs

Results 395 comments of Evan Jacobs
trafficstars

I've been trying to integrate this plugin and no matter what I try I get this error: ``` 2:08:10 PM: ┌────────────────────────────────────────────────┐ 2:08:10 PM: │ Plugin "netlify-plugin-cypress" internal error │ 2:08:10...

Was missing installing the plugin itself as well as a node dependency. I think some of the blogs forget to mention that step

These types are pretty complicated to say the least, will keep working on them

PRs would be great, thank you 😄

Just published v6.0.0-beta.3 with a ton of type fixes, thanks @agriffis and @alexandernanberg for contributing! https://github.com/styled-components/styled-components/releases/tag/v6.0.0-beta.3

> TS error trying to destructure theme from props, see X and Y in sandbox It's actually the use of `css` ttl that it's complaining about, if you reduce it...

Beta 4 is now out with significant type improvements: https://github.com/styled-components/styled-components/releases/tag/v6.0.0-beta.4

@agriffis apologies, it looks like we've accumulated some merge conflicts. If you want to close your other PRs and just maintain this one, that's fine

There's some good stuff in here, but the types are noticeably slower to evaluate in this branch. Not quite sure why... perhaps because of all the behind the scenes object...

> Hard to say, but since the previous verson didn't actually _check_ the props passed to styled components, that could account for some of it 😜 Hahahah touché. I’ll look...