MartinDavi
MartinDavi
@bosycom your solution worked for me, thank you very much - what a pain though.
eslint-plugin-query: exhaustive-deps error not triggered when dependency is nested inside then/catch
I think this might the same issue, but unrelated to try / catch, let me know if I should open a separate ticket. This doesn't warn about the missing `searchValue`...
I see the same with toggle group as well.
From the docs: > If the sizes property includes sizes such as 50vw, which represent a percentage of the viewport width, then the source set is trimmed to not include...
Ah good point, I am talking about Edge Image Optimization (or equivalent, we're self hosting). In either case, having srcSets that will never be applicable is a waste, for sure.
The image urls come through as part of the API we query in getStaticProps for page data. HTML is generated with the srcSets. The images are not generated though at...
The docs have a good section on [caching behaviour](https://nextjs.org/docs/pages/api-reference/components/image#caching-behavior) and our CDN respects whatever we set for the `minimumCacheTTL`.
Hey I think this lead me to solving the same issue, I didn't realize we weren't generating the homepage in getStaticPaths - seemingly fixes things when I do this. For...
Same issue here, went from 16.3.2 to 16.4.2 and cannot develop locally on mac: ``` node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ Error: connect ECONNREFUSED 127.0.0.1:4200 at TCPConnectWrap.afterConnect [as oncomplete]...
I was _and_ still am on [email protected] and [email protected], before and after upgrading `nx` and reverting.