Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add CDN optimization as possible hydration error cause (vercel#…
…52489) At my work, we use Cloudflare as our CDN, and it has various optimization options for the served code including the "Auto Minify" feature that can minify JS, HTML and CSS to reduce download speed. After months of trying to update React to version 18, I have finally found out that the "Auto Minify" was the root cause of the problem, not anything in our code such as invalid tag nesting or printing dates. Because of that, I thought it would be helpful to add CDN as a possible place for investigating hydration errors. Co-authored-by: Steven <[email protected]>
- Loading branch information