Anton Khitrenovich
Anton Khitrenovich
AFAIK, GA4 is not supported here (see #493), use https://github.com/PriceRunner/react-ga4 instead.
> I used the useScript hook on https://usehooks.com/useScript/ and worked pretty good as an alternative solution to helmet :) Note that `useScript` hook pushes scripts to `body` instead of `head`....
Are there any recommendations for those who need `unpack` functionality too?
> For jest you can use the env var FORCE_COLORS=true or --colors It is `FORCE_COLOR=1` (note it's not plural), and it comes from [chalk](https://www.npmjs.com/package/chalk#chalklevel).
Still relevant...
> This feature seems to be available for [PNPM](https://pnpm.io/package_json#pnpmoverrides). I cannot find anything that does this for NPM or Yarn 1.x. 🤔 (Could be wrong) You can do that with...
> We've tried to force the resolution in yarn to work around the Snyk issue, and unfortunately Snyk didn't understand this @bridgetbarnes I got formal reply from Snyk - resolutions...
Note that situation here is somehow similar to https://github.com/tomyam1/protractor-video-reporter/issues/8, but (my guess) here the file was not created yet because the spec is too short.
Possible duplicate of https://github.com/aws-amplify/amplify-cli/issues/852
> I hear what y'all are saying. I stumbled upon this issue myself when upgrading to Auth JS 5.0 this morning. It took me a while (and some internal help)...