Rich Cooper

Results 11 comments of Rich Cooper

I agree that the new dynamic routing in NextJS 9 isn't sufficient for all cases. I'm building a bilingual site where the different locale versions of a URL need to...

There's currently 30 PRs open on this project so it looks like there's no shortage of people willing to contribute and get involved. Many are from the same people. Might...

Just came across this problem too. Without this feature working correctly it makes certain test scenarios either very difficult or impossible.

@kj455 are you applying `doMock` to each test in a file? I tried using it once at the top of a test file but it didn't do mocking at all....

Couple of months later and this still seems to be a major problem with no acknowledgement...

Is the intention to update Styled Components so this workaround isn't required on usage? It would seem odd to have to specify types for valid native HTML attributes like this...

Is there a plan to fix this in the package? In my case, media query strings are stored in a theme with a single whitespace after the colon, so this...

I have the same problem. Possibly specific to Node 20?

> Check this answer [here](https://github.com/segmentio/analytics-next/issues/1044#issuecomment-2037187196), it helped me Thanks, this is what I did in the end and it worked, but the issue still needs fixing in this package.

@Mouvedia my vote would be to support it in the config file. In my case I'm creating a reusable Stylelint config that I'll import into multiple projects. I want caching...