Ben Cole

Results 6 comments of Ben Cole

I am proposing that we track the number of classes that each individual component creates, instead of tracking the number of classes created by any component of the same type....

Take a look at the migration steps for v6, [the prop forwarding behavior was changed](https://styled-components.com/docs/faqs#shouldforwardprop-is-no-longer-provided-by-default). This discussion might also be helpful: https://github.com/orgs/styled-components/discussions/4136

Yes, I understand that is why the router is only used for some requests. My issue is that I need all requests to go to the router, even if the...

I briefly looked at this and found that I was able to see the problem in stackblitz. Here's a simplified version of your example: https://stackblitz.com/edit/stackblitz-starters-damq1p?file=src%2FApp.tsx However, when I download and...

+1 still seeing this problem. Mac OS Ventura 13.5.2 Muzzle 1.9 - Build 426

Can confirm that the problem occurs when the plugin is initialized before images have fully downloaded. A helpful patch could be to set a CSS property like this ``` .twentytwenty-container...