J Sachs
J Sachs
We're also facing this issue quite often... even after days of the last deployment. Is it maybe possible that the index.html is cached for too long on the client? I...
Interestingly, ... - we have set prune to false "false" on April 22nd - our last deployment was on April 26th - the error just happened an hour ago Something...
The last deployment with prune:true was on April 19th and yes, our application is not used very frequently. Could be possible. We will wait for another week and see if...
Okay, I think we could solve it by another fix: we were loading our icon lazily like this: ``` import { lazy as _lazy } from 'react'; function lazy(importFn: {...
Which means, we probably had another issue than you had 🥶