luucvanderzee
luucvanderzee
I am wondering if with these kind of checks we should have some fallback behavior? Like maybe a `console.error`? Because now maybe we don't get a runtime error because of...
`recharts` 2.1.13 broke something apparently: https://github.com/recharts/recharts/issues/2991 I suggest we wait for a fix?
I made a PR with some suggestions / extra tests: https://github.com/CitizenLabDotCo/citizenlab/pull/7302/files Will now do a separate review for the FE part
@IvaKop I guess just skip all changes inside of the `app` folder, and focus on the other files! In the end, I had to create two separate configurations: one for...
> Did we test everything properly to make sure it's not breaking the current behaviour of our data-fetching? I don't think it can break anything- if `data` was ever `null`...