Ingólfur Valsson
Ingólfur Valsson
This is the relevant code where this happens when using Emotion for SSR rendering. ``` var ssrStyles = document.querySelectorAll("style[data-emotion]:not([data-s])"); // get SSRed styles out of the way of React's hydration...
Note there also how arrays should be handled according to OpenApi spec `color=blue&color=black&color=brown` But **Orval** will do `color[]=blue&color[]=black&color[]=brown` Which I've never seen mentioned in the OpenApi spec. Which I guess...
> @programm-ingovals that is an [axios feature](https://stackoverflow.com/a/76517213) that can be configured by adding the request key to the options parameter or the output override object: > > ``` > request:...
I´m having this same issue. In my case I added Docusaurus to a NX monorepo. I'm thinking this could possibly be a mismatch on _webpack_ or some kind of dependency...