Scott Taylor
Scott Taylor
Add me to the org if you create one @danielbachhuber et al
ok, finally got an example: https://w7w977qmww.codesandbox.io/ once you add more values to the first rule `background`, the media queries re-order properly https://codesandbox.io/s/w7w977qmww
This is really annoying - I had to implement my own methods, even though I can generate these values properly in the GraphQL response: ``` const idxPrefix = 'idx---'; const...
yes, would like a PR
Only remove the data attribute from element sets that aren't already in the ``: ``` ${head.meta.toString().replace(regExp, '')} ${head.title.toString().replace(regExp, '')} ${head.script.toString().replace(regExp, '')} ${head.link.toString()} ${cssBundle ? `` : ''} ``` Otherwise, the...
@JoviDeCroock do the current unit tests account for what your patch fixes, or is it possible to show the behavior with a test?
> * Suppose you have this hardcoded meta in your HTML template: `` add `data-rh="true"` to tags not rendered by Helmet probably voids your warranty
the HTML source of the page needs to contain the tags
you need SSR
`template()` is pseudo code, not a concrete example