hodcroftlab / covariants

Real-time updates and information about key SARS-CoV-2 variants, plus the scripts that generate this information.
https://covariants.org/
GNU Affero General Public License v3.0
316 stars 112 forks source link

fix: ensure url parameters correctly apply for 'Cases' page #300

Closed ivan-aksamentov closed 2 years ago

ivan-aksamentov commented 2 years ago

Resolves #299

The URL parameters were not applied on app initialization to the recoil atoms which store the state for countries, continents and clusters specific to 'Cases' page.

This PR adds the logic that applies incoming parameters to the recoil state.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
covariants ✅ Ready (Inspect) Visit Preview Apr 23, 2022 at 1:43AM (UTC)
emmahodcroft commented 2 years ago

This is working great now Ivan, thank you!