jchatrny

Results 3 comments of jchatrny

In my case it was caused by FOUC as @isrd1 suggested. We use styled-components so styles are injected in head and there is no need for FOUC. So workaround we...

Same issue here, when i provide `-c` parameter it still creates `openapitools.json` file in root (where im running command from). I'd like to execute command from root and configuration have...

Happens to me as well on app generated using `@ns/next:application`. I have just two dependencies generated via `@ns/next:library`. Edit: I've tried same setup without app router and it works fine.