Problem:
Caniuse-lite outputs a warning in the console during builds stating that the browser database is out of date. It suggests running `npx browserslist@latest --update-db` but that doesn't work with Yarn v2 or higher. Instead, run:
`yarn up -R caniuse-lite`