Ekin Koc

Results 16 comments of Ekin Koc

@aslushnikov thanks for the suggestion, yeah I tried Chrome and it produces the expected PDF. Here's a test case: https://output.jsbin.com/qogozes/1 This page has a div that is red above 1024px...

Ok, given that it does it's own Suspense / async resolution I believe it is on par with the capabilities of react / vue on this test we should list...

This also works: ``` resolve: { conditions: ["worker", "webworker"], mainFields: ["module"], } ```

You need to leave a space after `=` right now. I'll see what the JS version does and make changes according to that.

Try using Go style function calls: ``` #{printf("%s:%s", $a, $b)} ```

Thanks a lot! You are right, there seems to be no mention about function calls on the documentation. Gonna put somthing.

Small update: This seems to only happen when react strict mode is enabled. If I disable strict mode in next config, the error goes away. **Edit**: No, my bad. It...