inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

SSR (react) error ui doesn't match initial ui when including prop having html #587

Open Webmitr opened 6 months ago

Webmitr commented 6 months ago

SSR error ui doesn't match initial ui when including prop having html

I'm making a news web portal when i include post content which contain html markup (generated through tinymce editor )through props hydration error occurs i'm rendering data with dangerouslysetinnerhtml, however after inspecting error I'm confident error is occurring at prop level.