Laurent Maillet
Laurent Maillet
Hi, I'm using cldr-js and cldr-data-npm. It feet's exactly what I need, but currently my app only needs 3 languages (en, fr and ja). Is it possible while packaging my...
The recommended way to use Google Tag Manager with a Content Security Policy is to use a nonce. Add a nonce parameter to the initialize function. See https://developers.google.com/tag-manager/web/csp
**What is the problem this PR is trying to solve?** Before: https://unpkg.com/[email protected]/umd/react-router.production.min.js After: https://unpkg.com/[email protected]/dist/umd/react-router.production.min.js **What is the chosen solution to this problem?** Add the `/dist` folder for react-router >= 6.4.0...