Henri Beck

Results 45 comments of Henri Beck

Ok, the only problem that might come up is that the components are generated twice, right? Once of the index module and once for the single files Sent with GitHawk

Maybe, I haven't got around to work on this. I might have some time on the weekend. Will let you know when I tested it.

![Screenshot 2019-12-02 at 16 55 58](https://user-images.githubusercontent.com/8514706/69973961-a6d1e180-1524-11ea-9672-fa6a97b59c52.png) See the second css rule object. It creates a local selector with `body` as a children selector.

We are currently working on porting this implementation to v10 of jss and also moving it into `react-jss` in cssinjs/jss#1094

There will be no more work done in this repo. I will add a test case for this bug for the new styled API to see if it's fixed there.

@ntaylor-barnett @danw, wouldn't we also need to change the type in the `forwardServerToClient`? I also ran into this bug when trying to proxy the response from the server to the...

I think the problem is the order of evaluation. The rules are lazily attached, which means the rules are only attached once `css` is being called with them. The `footer`...

I don't think we will accept this PR for now because `@page` rules aren't supported in jss yet

I did some testing, and I think we are going to have to go a manual way with the type definitions. Reason: We currently support many plugins which result in...

Why would Typescript be less type-safe?